Html Css Color HEX #8CB131 Limerick

📋 copy color: '#8CB131'

red 140 ◦ green 177 ◦ blue 49

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

Shades of Limerick #8CB131

Tints of Limerick #8CB131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.39%

R = 38.25%
G = 48.36%
B = 13.39%

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

#8CB131 (or 0x8CB131) is known color: Limerick. HEX triplet: 8C, B1 and 31. RGB value is (140,177,49). Sum of RGB (Red+Green+Blue) = 140+177+49=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 177 (69.53% from 255 or 48.36% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CB131 is #734ECE. Grayscale: #979797. Windows color (decimal): -7556815 or 3256716. OLE color: 3256716.

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

Color convert

RGB 140 177 49 -
CMYK 0.21 0 0.72 0.31
HSL 77.34º 0.57% 0.44% -
HSV(B) 77.34º 0.72% 0.69% -
XYZ 27.09 37.24 8.67 -
YUV 151.35 70.24 119.91 -
System Red Green Blue C M Y K H S L
Decimal 140 177 49 0.21 0 0.72 0.31 77.34 0.57 0.44
Hex 8C B1 31 15 0 48 1F 4D 39 2C
Octal 214 261 61 25 0 110 37 115 71 54
Binary 10001100 10110001 110001 10101 0 1001000 11111 1001101 111001 101100

Color Harmonies of #8CB131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB131

Black with #8CB131

Text Example


Text Example

White with #8CB131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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