Html Css Color HEX #8CB116 Limerick

📋 copy color: '#8CB116'

red 140 ◦ green 177 ◦ blue 22

#8CB116
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #8CB116

Tints of Limerick #8CB116

RGB

 RED value IS 140 (55.08% from 255) = 41.3%

 GREEN value IS 177 (69.53% from 255) = 52.21%

 BLUE value IS 22 (8.98% from 255) = 6.49%

R = 41.3%
G = 52.21%
B = 6.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#8CB116 (or 0x8CB116) is known color: Limerick. HEX triplet: 8C, B1 and 16. RGB value is (140,177,22). Sum of RGB (Red+Green+Blue) = 140+177+22=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 177 (69.53% from 255 or 52.21% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CB116 is #734EE9. Grayscale: #949494. Windows color (decimal): -7556842 or 1487244. OLE color: 1487244.

HSL color Cylindrical-coordinate representation of color #8CB116: hue angle of 74.32º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8CB116 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 177 22 -
CMYK 0.21 0 0.88 0.31
HSL 74.32º 0.78% 0.39% -
HSV(B) 74.32º 0.88% 0.69% -
XYZ 26.68 37.08 6.51 -
YUV 148.27 56.74 122.1 -
System Red Green Blue C M Y K H S L
Decimal 140 177 22 0.21 0 0.88 0.31 74.32 0.78 0.39
Hex 8C B1 16 15 0 58 1F 4A 4E 27
Octal 214 261 26 25 0 130 37 112 116 47
Binary 10001100 10110001 10110 10101 0 1011000 11111 1001010 1001110 100111

Color Harmonies of #8CB116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB116

Black with #8CB116

Text Example


Text Example

White with #8CB116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,177,22); }

 H1.HeaderClassName
 {
   color: #8CB116;
 }
 .AnyTagClassName
 {
   color: #8CB116;
 }
</style>

background-color css

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

 a { background-color: rgb(140,177,22); }

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

border-color css

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

 span { border-color: rgb(140,177,22); }

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