#8CB72D

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

Shades of Limerick #8CB72D

Tints of Limerick #8CB72D

Color information

#8CB72D (or 0x8CB72D) is unknown color: approx Limerick. HEX triplet: 8C, B7 and 2D. RGB value is (140,183,45). Sum of RGB (Red+Green+Blue) = 140+183+45=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB72D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB72D is #7348D2. Grayscale: #9A9A9A. Windows color (decimal): -7555283 or 2996108. OLE color: 2996108.

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

Color convert

RGB14018345-
CMYK0.2300.750.28
HSL78.7º60.53%44.71%-
HSV(B)78.7º75.41%71.76%-
XYZ28.2239.638.64-
YUV154.4166.25117.72-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.04%
GREEN value IS 183 (71.88% from 255) = 49.73%
BLUE value IS 45 (17.97% from 255) = 12.23%
R=38.04%
G=49.73%
B=12.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal140183450.2300.750.2878.760.5344.71
Hex8CB72D1704B1C4f3d2d
Octal21426755270113341177555
Binary10001100101101111011011011101001011111001001111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB72D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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