#8CB03B

Color #8CB03B Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #8CB03B

Tints of Limerick #8CB03B

Color information

#8CB03B (or 0x8CB03B) is unknown color: approx Limerick. HEX triplet: 8C, B0 and 3B. RGB value is (140,176,59). Sum of RGB (Red+Green+Blue) = 140+176+59=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB03B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CB03B is #734FC4. Grayscale: #989898. Windows color (decimal): -7557061 or 3911820. OLE color: 3911820.

HSL color Cylindrical-coordinate representation of color #8CB03B: hue angle of 78.46º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CB03B is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB14017659-
CMYK0.2000.660.31
HSL78.46º49.79%46.08%-
HSV(B)78.46º66.48%69.02%-
XYZ27.1336.949.84-
YUV151.975.57119.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 37.33%
GREEN value IS 176 (69.14% from 255) = 46.93%
BLUE value IS 59 (23.44% from 255) = 15.73%
R=37.33%
G=46.93%
B=15.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal140176590.2000.660.3178.4649.7946.08
Hex8CB03B140421F4e322e
Octal21426073240102371166256
Binary10001100101100001110111010001000010111111001110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CB03B; }

 p { color: rgb(140,176,59); }

 H1.HeaderClassName
 {
   color: #8CB03B;
 }
 .AnyTagClassName
 {
   color: #8CB03B;
 }
</style>
background-color css

<style>
 a { background-color: #8CB03B; }

 a { background-color: rgb(140,176,59); }

 div.DivClassName
 {
   background-color: #8CB03B;
 }
 .BgClassName
 {
   background-color: #8CB03B;
 }
</style>
border-color css

<style>
 span { border-color: #8CB03B; }

 span { border-color: rgb(140,176,59); }

 td.TdClassName
 {
   border-color: #8CB03B;
 }
 .TagClassName
 {
   border-color: #8CB03B;
 }
</style>