Html Css Color HEX #8CB212 Limerick

📋 copy color: '#8CB212'

red 140 ◦ green 178 ◦ blue 18

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

Shades of Limerick #8CB212

Tints of Limerick #8CB212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.36%

R = 41.67%
G = 52.98%
B = 5.36%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#8CB212 (or 0x8CB212) is known color: Limerick. HEX triplet: 8C, B2 and 12. RGB value is (140,178,18). Sum of RGB (Red+Green+Blue) = 140+178+18=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 178 (69.92% from 255 or 52.98% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CB212 is #734DED. Grayscale: #949494. Windows color (decimal): -7556590 or 1225356. OLE color: 1225356.

HSL color Cylindrical-coordinate representation of color #8CB212: hue angle of 74.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CB212 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 178 18 -
CMYK 0.21 0 0.90 0.30
HSL 74.25º 0.82% 0.38% -
HSV(B) 74.25º 0.9% 0.7% -
XYZ 26.84 37.46 6.39 -
YUV 148.4 54.41 122.01 -
System Red Green Blue C M Y K H S L
Decimal 140 178 18 0.21 0 0.90 0.30 74.25 0.82 0.38
Hex 8C B2 12 15 0 5A 1E 4A 52 26
Octal 214 262 22 25 0 132 36 112 122 46
Binary 10001100 10110010 10010 10101 0 1011010 11110 1001010 1010010 100110

Color Harmonies of #8CB212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB212

Black with #8CB212

Text Example


Text Example

White with #8CB212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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