Html Css Color HEX #8CB531 Limerick

📋 copy color: '#8CB531'

red 140 ◦ green 181 ◦ blue 49

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

Shades of Limerick #8CB531

Tints of Limerick #8CB531

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.92%

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

R = 37.84%
G = 48.92%
B = 13.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#8CB531 (or 0x8CB531) is known color: Limerick. HEX triplet: 8C, B5 and 31. RGB value is (140,181,49). Sum of RGB (Red+Green+Blue) = 140+181+49=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 181 (71.09% from 255 or 48.92% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB531 is #734ACE. Grayscale: #9A9A9A. Windows color (decimal): -7555791 or 3257740. OLE color: 3257740.

HSL color Cylindrical-coordinate representation of color #8CB531: hue angle of 78.64º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8CB531 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 181 49 -
CMYK 0.23 0 0.73 0.29
HSL 78.64º 0.57% 0.45% -
HSV(B) 78.64º 0.73% 0.71% -
XYZ 27.89 38.84 8.93 -
YUV 153.69 68.92 118.23 -
System Red Green Blue C M Y K H S L
Decimal 140 181 49 0.23 0 0.73 0.29 78.64 0.57 0.45
Hex 8C B5 31 17 0 49 1D 4F 39 2D
Octal 214 265 61 27 0 111 35 117 71 55
Binary 10001100 10110101 110001 10111 0 1001001 11101 1001111 111001 101101

Color Harmonies of #8CB531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB531

Black with #8CB531

Text Example


Text Example

White with #8CB531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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