Html Css Color HEX #8CB22C Limerick

📋 copy color: '#8CB22C'

red 140 ◦ green 178 ◦ blue 44

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

Shades of Limerick #8CB22C

Tints of Limerick #8CB22C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.15%

R = 38.67%
G = 49.17%
B = 12.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#8CB22C (or 0x8CB22C) is known color: Limerick. HEX triplet: 8C, B2 and 2C. RGB value is (140,178,44). Sum of RGB (Red+Green+Blue) = 140+178+44=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 178 (69.92% from 255 or 49.17% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB22C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CB22C is #734DD3. Grayscale: #979797. Windows color (decimal): -7556564 or 2929292. OLE color: 2929292.

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

Color convert

RGB 140 178 44 -
CMYK 0.21 0 0.75 0.30
HSL 77.01º 0.6% 0.44% -
HSV(B) 77.01º 0.75% 0.7% -
XYZ 27.19 37.6 8.21 -
YUV 151.36 67.41 119.9 -
System Red Green Blue C M Y K H S L
Decimal 140 178 44 0.21 0 0.75 0.30 77.01 0.6 0.44
Hex 8C B2 2C 15 0 4B 1E 4D 3C 2C
Octal 214 262 54 25 0 113 36 115 74 54
Binary 10001100 10110010 101100 10101 0 1001011 11110 1001101 111100 101100

Color Harmonies of #8CB22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB22C

Black with #8CB22C

Text Example


Text Example

White with #8CB22C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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