#8CB732

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

Shades of Limerick #8CB732

Tints of Limerick #8CB732

Color information

#8CB732 (or 0x8CB732) is unknown color: approx Limerick. HEX triplet: 8C, B7 and 32. RGB value is (140,183,50). Sum of RGB (Red+Green+Blue) = 140+183+50=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB732 is #7348CD. Grayscale: #9B9B9B. Windows color (decimal): -7555278 or 3323788. OLE color: 3323788.

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

Color convert

RGB14018350-
CMYK0.2300.730.28
HSL79.4º57.08%45.69%-
HSV(B)79.4º72.68%71.76%-
XYZ28.3239.679.18-
YUV154.9868.75117.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.53%
GREEN value IS 183 (71.88% from 255) = 49.06%
BLUE value IS 50 (19.92% from 255) = 13.40%
R=37.53%
G=49.06%
B=13.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal140183500.2300.730.2879.457.0845.69
Hex8CB732170491C4f392e
Octal21426762270111341177156
Binary10001100101101111100101011101001001111001001111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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