Html Css Color HEX #8CB731 Limerick

📋 copy color: '#8CB731'

red 140 ◦ green 183 ◦ blue 49

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

Shades of Limerick #8CB731

Tints of Limerick #8CB731

RGB

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

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

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

R = 37.63%
G = 49.19%
B = 13.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#8CB731 (or 0x8CB731) is known color: Limerick. HEX triplet: 8C, B7 and 31. RGB value is (140,183,49). Sum of RGB (Red+Green+Blue) = 140+183+49=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 49 (19.53% from 255 or 13.17% from 372); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB731 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB731 is #7348CE. Grayscale: #9B9B9B. Windows color (decimal): -7555279 or 3258252. OLE color: 3258252.

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

Color convert

RGB 140 183 49 -
CMYK 0.23 0 0.73 0.28
HSL 79.25º 0.58% 0.45% -
HSV(B) 79.25º 0.73% 0.72% -
XYZ 28.3 39.66 9.07 -
YUV 154.87 68.25 117.4 -
System Red Green Blue C M Y K H S L
Decimal 140 183 49 0.23 0 0.73 0.28 79.25 0.58 0.45
Hex 8C B7 31 17 0 49 1C 4F 3A 2D
Octal 214 267 61 27 0 111 34 117 72 55
Binary 10001100 10110111 110001 10111 0 1001001 11100 1001111 111010 101101

Color Harmonies of #8CB731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB731

Black with #8CB731

Text Example


Text Example

White with #8CB731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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