#8CB931

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

Shades of Limerick #8CB931

Tints of Limerick #8CB931

Color information

#8CB931 (or 0x8CB931) is unknown color: approx Limerick. HEX triplet: 8C, B9 and 31. RGB value is (140,185,49). Sum of RGB (Red+Green+Blue) = 140+185+49=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 185 (72.66% from 255 or 49.47% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB931 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB931 is #7346CE. Grayscale: #9C9C9C. Windows color (decimal): -7554767 or 3258764. OLE color: 3258764.

HSL color Cylindrical-coordinate representation of color #8CB931: hue angle of 79.85º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8CB931 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB14018549-
CMYK0.2400.740.27
HSL79.85º58.12%45.88%-
HSV(B)79.85º73.51%72.55%-
XYZ28.7240.59.21-
YUV156.0467.59116.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.43%
GREEN value IS 185 (72.66% from 255) = 49.47%
BLUE value IS 49 (19.53% from 255) = 13.10%
R=37.43%
G=49.47%
B=13.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140185490.2400.740.2779.8558.1245.88
Hex8CB9311804A1B503a2e
Octal21427161300112331207256
Binary10001100101110011100011100001001010110111010000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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