#8cb532

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

Shades of Limerick #8CB532

Tints of Limerick #8CB532

Color information

#8CB532 (or 0x8CB532) is unknown color: approx Limerick. HEX triplet: 8C, B5 and 32. RGB value is (140,181,50). Sum of RGB (Red+Green+Blue) = 140+181+50=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB532 is #734ACD. Grayscale: #9A9A9A. Windows color (decimal): -7555790 or 3323276. OLE color: 3323276.

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

Color convert

RGB14018150-
CMYK0.2300.720.29
HSL78.78º56.71%45.29%-
HSV(B)78.78º72.38%70.98%-
XYZ27.9138.859.05-
YUV153.8169.42118.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.74%
GREEN value IS 181 (71.09% from 255) = 48.79%
BLUE value IS 50 (19.92% from 255) = 13.48%
R=37.74%
G=48.79%
B=13.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal140181500.2300.720.2978.7856.7145.29
Hex8CB532170481D4f392d
Octal21426562270110351177155
Binary10001100101101011100101011101001000111011001111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cb532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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