#B5A977

Color #B5A977 Neutral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neutral Green #B5A977

Tints of Neutral Green #B5A977

Color information

#B5A977 (or 0xB5A977) is unknown color: approx Neutral Green. HEX triplet: B5, A9 and 77. RGB value is (181,169,119). Sum of RGB (Red+Green+Blue) = 181+169+119=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A977 is #4A5688. Grayscale: #A7A7A7. Windows color (decimal): -4871817 or 7842229. OLE color: 7842229.

HSL color Cylindrical-coordinate representation of color #B5A977: hue angle of 48.39º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5A977 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB181169119-
CMYK00.070.340.29
HSL48.39º29.52%58.82%-
HSV(B)48.39º34.25%70.98%-
XYZ36.5739.5323.16-
YUV166.89100.98138.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.59%
GREEN value IS 169 (66.41% from 255) = 36.03%
BLUE value IS 119 (46.88% from 255) = 25.37%
R=38.59%
G=36.03%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116911900.070.340.2948.3929.5258.82
HexB5A97707221D301e3b
Octal265251167074235603673
Binary1011010110101001111011101111000101110111000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A977; }

 p { color: rgb(181,169,119); }

 H1.HeaderClassName
 {
   color: #B5A977;
 }
 .AnyTagClassName
 {
   color: #B5A977;
 }
</style>
background-color css

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

 a { background-color: rgb(181,169,119); }

 div.DivClassName
 {
   background-color: #B5A977;
 }
 .BgClassName
 {
   background-color: #B5A977;
 }
</style>
border-color css

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

 span { border-color: rgb(181,169,119); }

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