#8cb631

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

Shades of Limerick #8CB631

Tints of Limerick #8CB631

Color information

#8CB631 (or 0x8CB631) is unknown color: approx Limerick. HEX triplet: 8C, B6 and 31. RGB value is (140,182,49). Sum of RGB (Red+Green+Blue) = 140+182+49=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB631 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB631 is #7349CE. Grayscale: #9A9A9A. Windows color (decimal): -7555535 or 3257996. OLE color: 3257996.

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

Color convert

RGB14018249-
CMYK0.2300.730.29
HSL78.95º57.58%45.29%-
HSV(B)78.95º73.08%71.37%-
XYZ28.139.259-
YUV154.2868.59117.81-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.74%
GREEN value IS 182 (71.48% from 255) = 49.06%
BLUE value IS 49 (19.53% from 255) = 13.21%
R=37.74%
G=49.06%
B=13.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal140182490.2300.730.2978.9557.5845.29
Hex8CB631170491D4f3a2d
Octal21426661270111351177255
Binary10001100101101101100011011101001001111011001111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cb631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,182,49); }

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

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

 a { background-color: rgb(140,182,49); }

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

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

 span { border-color: rgb(140,182,49); }

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