#8CB534

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

Shades of Limerick #8CB534

Tints of Limerick #8CB534

Color information

#8CB534 (or 0x8CB534) is unknown color: approx Limerick. HEX triplet: 8C, B5 and 34. RGB value is (140,181,52). Sum of RGB (Red+Green+Blue) = 140+181+52=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 181 (71.09% from 255 or 48.53% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB534 is #734ACB. Grayscale: #9A9A9A. Windows color (decimal): -7555788 or 3454348. OLE color: 3454348.

HSL color Cylindrical-coordinate representation of color #8CB534: hue angle of 79.07º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8CB534 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB14018152-
CMYK0.2300.710.29
HSL79.07º55.36%45.69%-
HSV(B)79.07º71.27%70.98%-
XYZ27.9638.879.28-
YUV154.0470.42117.99-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.53%
GREEN value IS 181 (71.09% from 255) = 48.53%
BLUE value IS 52 (20.70% from 255) = 13.94%
R=37.53%
G=48.53%
B=13.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal140181520.2300.710.2979.0755.3645.69
Hex8CB534170471D4f372e
Octal21426564270107351176756
Binary10001100101101011101001011101000111111011001111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,181,52); }

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

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

 a { background-color: rgb(140,181,52); }

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

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

 span { border-color: rgb(140,181,52); }

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