#8CB339

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

Shades of Limerick #8CB339

Tints of Limerick #8CB339

Color information

#8CB339 (or 0x8CB339) is unknown color: approx Limerick. HEX triplet: 8C, B3 and 39. RGB value is (140,179,57). Sum of RGB (Red+Green+Blue) = 140+179+57=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 57 (22.66% from 255 or 15.16% from 376); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB339 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB339 is #734CC6. Grayscale: #999999. Windows color (decimal): -7556295 or 3781516. OLE color: 3781516.

HSL color Cylindrical-coordinate representation of color #8CB339: hue angle of 79.18º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CB339 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB14017957-
CMYK0.2200.680.30
HSL79.18º51.69%46.27%-
HSV(B)79.18º68.16%70.2%-
XYZ27.6738.119.77-
YUV153.4373.58118.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.23%
GREEN value IS 179 (70.31% from 255) = 47.61%
BLUE value IS 57 (22.66% from 255) = 15.16%
R=37.23%
G=47.61%
B=15.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal140179570.2200.680.3079.1851.6946.27
Hex8CB339160441E4f342e
Octal21426371260104361176456
Binary10001100101100111110011011001000100111101001111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,179,57); }

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

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

 a { background-color: rgb(140,179,57); }

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

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

 span { border-color: rgb(140,179,57); }

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