#B0AA81

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

Shades of Neutral Green #B0AA81

Tints of Neutral Green #B0AA81

Color information

#B0AA81 (or 0xB0AA81) is unknown color: approx Neutral Green. HEX triplet: B0, AA and 81. RGB value is (176,170,129). Sum of RGB (Red+Green+Blue) = 176+170+129=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AA81 is #4F557E. Grayscale: #A7A7A7. Windows color (decimal): -5199231 or 8497840. OLE color: 8497840.

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

Color convert

RGB176170129-
CMYK00.030.270.31
HSL52.34º22.93%59.8%-
HSV(B)52.34º26.7%69.02%-
XYZ36.2439.5626.5-
YUV167.12106.49134.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 170 (66.80% from 255) = 35.79%
BLUE value IS 129 (50.78% from 255) = 27.16%
R=37.05%
G=35.79%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617012900.030.270.3152.3422.9359.8
HexB0AA81031B1F34173c
Octal260252201033337642774
Binary101100001010101010000001011110111111111010010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AA81; }

 p { color: rgb(176,170,129); }

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

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

 a { background-color: rgb(176,170,129); }

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

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

 span { border-color: rgb(176,170,129); }

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