Html Css Color HEX #8BA131 Limerick

📋 copy color: '#8BA131'

red 139 ◦ green 161 ◦ blue 49

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

Shades of Limerick #8BA131

Tints of Limerick #8BA131

RGB

 RED value IS 139 (54.69% from 255) = 39.83%

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

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

R = 39.83%
G = 46.13%
B = 14.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#8BA131 (or 0x8BA131) is known color: Limerick. HEX triplet: 8B, A1 and 31. RGB value is (139,161,49). Sum of RGB (Red+Green+Blue) = 139+161+49=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA131 is #745ECE. Grayscale: #8E8E8E. Windows color (decimal): -7626447 or 3252619. OLE color: 3252619.

HSL color Cylindrical-coordinate representation of color #8BA131: hue angle of 71.79º 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 #8BA131 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 139 161 49 -
CMYK 0.14 0 0.70 0.37
HSL 71.79º 0.53% 0.41% -
HSV(B) 71.79º 0.7% 0.63% -
XYZ 23.95 31.2 7.67 -
YUV 141.65 75.71 126.11 -
System Red Green Blue C M Y K H S L
Decimal 139 161 49 0.14 0 0.70 0.37 71.79 0.53 0.41
Hex 8B A1 31 E 0 46 25 48 35 29
Octal 213 241 61 16 0 106 45 110 65 51
Binary 10001011 10100001 110001 1110 0 1000110 100101 1001000 110101 101001

Color Harmonies of #8BA131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA131

Black with #8BA131

Text Example


Text Example

White with #8BA131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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