Html Css Color HEX #8CB32C Limerick

📋 copy color: '#8CB32C'

red 140 ◦ green 179 ◦ blue 44

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

Shades of Limerick #8CB32C

Tints of Limerick #8CB32C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.31%

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

R = 38.57%
G = 49.31%
B = 12.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#8CB32C (or 0x8CB32C) is known color: Limerick. HEX triplet: 8C, B3 and 2C. RGB value is (140,179,44). Sum of RGB (Red+Green+Blue) = 140+179+44=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 179 (70.31% from 255 or 49.31% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB32C is #734CD3. Grayscale: #989898. Windows color (decimal): -7556308 or 2929548. OLE color: 2929548.

HSL color Cylindrical-coordinate representation of color #8CB32C: hue angle of 77.33º degrees, saturation: 0.61, 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 #8CB32C is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 179 44 -
CMYK 0.22 0 0.75 0.30
HSL 77.33º 0.61% 0.44% -
HSV(B) 77.33º 0.75% 0.7% -
XYZ 27.39 38 8.27 -
YUV 151.95 67.08 119.48 -
System Red Green Blue C M Y K H S L
Decimal 140 179 44 0.22 0 0.75 0.30 77.33 0.61 0.44
Hex 8C B3 2C 16 0 4B 1E 4D 3D 2C
Octal 214 263 54 26 0 113 36 115 75 54
Binary 10001100 10110011 101100 10110 0 1001011 11110 1001101 111101 101100

Color Harmonies of #8CB32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB32C

Black with #8CB32C

Text Example


Text Example

White with #8CB32C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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