#B0A977

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

Shades of Neutral Green #B0A977

Tints of Neutral Green #B0A977

Color information

#B0A977 (or 0xB0A977) is unknown color: approx Neutral Green. HEX triplet: B0, A9 and 77. RGB value is (176,169,119). Sum of RGB (Red+Green+Blue) = 176+169+119=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A977 is #4F5688. Grayscale: #A5A5A5. Windows color (decimal): -5199497 or 7842224. OLE color: 7842224.

HSL color Cylindrical-coordinate representation of color #B0A977: hue angle of 52.63º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0A977 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB176169119-
CMYK00.040.320.31
HSL52.63º26.51%57.84%-
HSV(B)52.63º32.39%69.02%-
XYZ35.4238.9423.1-
YUV165.39101.82135.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 169 (66.41% from 255) = 36.42%
BLUE value IS 119 (46.88% from 255) = 25.65%
R=37.93%
G=36.42%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616911900.040.320.3152.6326.5157.84
HexB0A97704201F351b3a
Octal260251167044037653372
Binary1011000010101001111011101001000001111111010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A977; }

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

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

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

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

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

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

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

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