#B0AA88

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

Shades of Neutral Green #B0AA88

Tints of Neutral Green #B0AA88

Color information

#B0AA88 (or 0xB0AA88) is unknown color: approx Neutral Green. HEX triplet: B0, AA and 88. RGB value is (176,170,136). Sum of RGB (Red+Green+Blue) = 176+170+136=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AA88 is #4F5577. Grayscale: #A8A8A8. Windows color (decimal): -5199224 or 8956592. OLE color: 8956592.

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

Color convert

RGB176170136-
CMYK00.030.230.31
HSL51º20.2%61.18%-
HSV(B)51º22.73%69.02%-
XYZ36.7239.7629.03-
YUV167.92109.99133.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 170 (66.80% from 255) = 35.27%
BLUE value IS 136 (53.52% from 255) = 28.22%
R=36.51%
G=35.27%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617013600.030.230.315120.261.18
HexB0AA8803171F33143d
Octal260252210032737632475
Binary101100001010101010001000011101111111111001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AA88; }

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

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

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

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

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

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

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

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