Html Css Color HEX #8CB132 Limerick

📋 copy color: '#8CB132'

red 140 ◦ green 177 ◦ blue 50

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

Shades of Limerick #8CB132

Tints of Limerick #8CB132

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.23%

 BLUE value IS 50 (19.92% from 255) = 13.62%

R = 38.15%
G = 48.23%
B = 13.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#8CB132 (or 0x8CB132) is known color: Limerick. HEX triplet: 8C, B1 and 32. RGB value is (140,177,50). Sum of RGB (Red+Green+Blue) = 140+177+50=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 177 (69.53% from 255 or 48.23% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CB132 is #734ECD. Grayscale: #979797. Windows color (decimal): -7556814 or 3322252. OLE color: 3322252.

HSL color Cylindrical-coordinate representation of color #8CB132: hue angle of 77.48º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CB132 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 177 50 -
CMYK 0.21 0 0.72 0.31
HSL 77.48º 0.56% 0.45% -
HSV(B) 77.48º 0.72% 0.69% -
XYZ 27.11 37.25 8.78 -
YUV 151.46 70.74 119.83 -
System Red Green Blue C M Y K H S L
Decimal 140 177 50 0.21 0 0.72 0.31 77.48 0.56 0.45
Hex 8C B1 32 15 0 48 1F 4D 38 2D
Octal 214 261 62 25 0 110 37 115 70 55
Binary 10001100 10110001 110010 10101 0 1001000 11111 1001101 111000 101101

Color Harmonies of #8CB132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB132

Black with #8CB132

Text Example


Text Example

White with #8CB132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,177,50); }

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

background-color css

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

 a { background-color: rgb(140,177,50); }

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

border-color css

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

 span { border-color: rgb(140,177,50); }

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