#8CB72A

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

Shades of Limerick #8CB72A

Tints of Limerick #8CB72A

Color information

#8CB72A (or 0x8CB72A) is unknown color: approx Limerick. HEX triplet: 8C, B7 and 2A. RGB value is (140,183,42). Sum of RGB (Red+Green+Blue) = 140+183+42=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB72A is #7348D5. Grayscale: #9A9A9A. Windows color (decimal): -7555286 or 2799500. OLE color: 2799500.

HSL color Cylindrical-coordinate representation of color #8CB72A: hue angle of 78.3º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8CB72A is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB14018342-
CMYK0.2300.770.28
HSL78.3º62.67%44.12%-
HSV(B)78.3º77.05%71.76%-
XYZ28.1739.618.35-
YUV154.0764.75117.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.36%
GREEN value IS 183 (71.88% from 255) = 50.14%
BLUE value IS 42 (16.80% from 255) = 11.51%
R=38.36%
G=50.14%
B=11.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal140183420.2300.770.2878.362.6744.12
Hex8CB72A1704D1C4e3f2c
Octal21426752270115341167754
Binary10001100101101111010101011101001101111001001110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,183,42); }

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

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

 a { background-color: rgb(140,183,42); }

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

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

 span { border-color: rgb(140,183,42); }

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