Html Css Color HEX #8CA131 Limerick

📋 copy color: '#8CA131'

red 140 ◦ green 161 ◦ blue 49

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

Shades of Limerick #8CA131

Tints of Limerick #8CA131

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46%

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

R = 40%
G = 46%
B = 14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#8CA131 (or 0x8CA131) is known color: Limerick. HEX triplet: 8C, A1 and 31. RGB value is (140,161,49). Sum of RGB (Red+Green+Blue) = 140+161+49=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 161 (63.28% from 255 or 46% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 161 - color contains mainly: green. Hex color #8CA131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA131 is #735ECE. Grayscale: #8E8E8E. Windows color (decimal): -7560911 or 3252620. OLE color: 3252620.

HSL color Cylindrical-coordinate representation of color #8CA131: hue angle of 71.25º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CA131 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 140 161 49 -
CMYK 0.13 0 0.70 0.37
HSL 71.25º 0.53% 0.41% -
HSV(B) 71.25º 0.7% 0.63% -
XYZ 24.11 31.29 7.67 -
YUV 141.95 75.54 126.61 -
System Red Green Blue C M Y K H S L
Decimal 140 161 49 0.13 0 0.70 0.37 71.25 0.53 0.41
Hex 8C A1 31 D 0 46 25 47 35 29
Octal 214 241 61 15 0 106 45 107 65 51
Binary 10001100 10100001 110001 1101 0 1000110 100101 1000111 110101 101001

Color Harmonies of #8CA131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA131

Black with #8CA131

Text Example


Text Example

White with #8CA131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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