Html Css Color HEX #8CB71B Limerick

📋 copy color: '#8CB71B'

red 140 ◦ green 183 ◦ blue 27

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

Shades of Limerick #8CB71B

Tints of Limerick #8CB71B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.71%

R = 40%
G = 52.29%
B = 7.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#8CB71B (or 0x8CB71B) is known color: Limerick. HEX triplet: 8C, B7 and 1B. RGB value is (140,183,27). Sum of RGB (Red+Green+Blue) = 140+183+27=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 183 (71.88% from 255 or 52.29% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB71B is #7348E4. Grayscale: #989898. Windows color (decimal): -7555301 or 1816460. OLE color: 1816460.

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

Color convert

RGB 140 183 27 -
CMYK 0.23 0 0.85 0.28
HSL 76.54º 0.74% 0.41% -
HSV(B) 76.54º 0.85% 0.72% -
XYZ 27.95 39.52 7.19 -
YUV 152.36 57.25 119.18 -
System Red Green Blue C M Y K H S L
Decimal 140 183 27 0.23 0 0.85 0.28 76.54 0.74 0.41
Hex 8C B7 1B 17 0 55 1C 4D 4A 29
Octal 214 267 33 27 0 125 34 115 112 51
Binary 10001100 10110111 11011 10111 0 1010101 11100 1001101 1001010 101001

Color Harmonies of #8CB71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB71B

Black with #8CB71B

Text Example


Text Example

White with #8CB71B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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