Html Css Color HEX #8CB72C Limerick

📋 copy color: '#8CB72C'

red 140 ◦ green 183 ◦ blue 44

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

Shades of Limerick #8CB72C

Tints of Limerick #8CB72C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.86%

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

R = 38.15%
G = 49.86%
B = 11.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#8CB72C (or 0x8CB72C) is known color: Limerick. HEX triplet: 8C, B7 and 2C. RGB value is (140,183,44). Sum of RGB (Red+Green+Blue) = 140+183+44=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 183 (71.88% from 255 or 49.86% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB72C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB72C is #7348D3. Grayscale: #9A9A9A. Windows color (decimal): -7555284 or 2930572. OLE color: 2930572.

HSL color Cylindrical-coordinate representation of color #8CB72C: hue angle of 78.56º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8CB72C is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 140 183 44 -
CMYK 0.23 0 0.76 0.28
HSL 78.56º 0.61% 0.45% -
HSV(B) 78.56º 0.76% 0.72% -
XYZ 28.2 39.62 8.54 -
YUV 154.3 65.75 117.8 -
System Red Green Blue C M Y K H S L
Decimal 140 183 44 0.23 0 0.76 0.28 78.56 0.61 0.45
Hex 8C B7 2C 17 0 4C 1C 4F 3D 2D
Octal 214 267 54 27 0 114 34 117 75 55
Binary 10001100 10110111 101100 10111 0 1001100 11100 1001111 111101 101101

Color Harmonies of #8CB72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB72C

Black with #8CB72C

Text Example


Text Example

White with #8CB72C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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