Html Css Color HEX #8CB213 Limerick

📋 copy color: '#8CB213'

red 140 ◦ green 178 ◦ blue 19

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

Shades of Limerick #8CB213

Tints of Limerick #8CB213

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.82%

 BLUE value IS 19 (7.81% from 255) = 5.64%

R = 41.54%
G = 52.82%
B = 5.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#8CB213 (or 0x8CB213) is known color: Limerick. HEX triplet: 8C, B2 and 13. RGB value is (140,178,19). Sum of RGB (Red+Green+Blue) = 140+178+19=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 178 (69.92% from 255 or 52.82% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CB213 is #734DEC. Grayscale: #959595. Windows color (decimal): -7556589 or 1290892. OLE color: 1290892.

HSL color Cylindrical-coordinate representation of color #8CB213: hue angle of 74.34º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8CB213 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 178 19 -
CMYK 0.21 0 0.89 0.30
HSL 74.34º 0.81% 0.39% -
HSV(B) 74.34º 0.89% 0.7% -
XYZ 26.85 37.46 6.43 -
YUV 148.51 54.91 121.93 -
System Red Green Blue C M Y K H S L
Decimal 140 178 19 0.21 0 0.89 0.30 74.34 0.81 0.39
Hex 8C B2 13 15 0 59 1E 4A 51 27
Octal 214 262 23 25 0 131 36 112 121 47
Binary 10001100 10110010 10011 10101 0 1011001 11110 1001010 1010001 100111

Color Harmonies of #8CB213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB213

Black with #8CB213

Text Example


Text Example

White with #8CB213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,178,19); }

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

background-color css

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

 a { background-color: rgb(140,178,19); }

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

border-color css

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

 span { border-color: rgb(140,178,19); }

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