#B0AC89

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

Shades of Neutral Green #B0AC89

Tints of Neutral Green #B0AC89

Color information

#B0AC89 (or 0xB0AC89) is unknown color: approx Neutral Green. HEX triplet: B0, AC and 89. RGB value is (176,172,137). Sum of RGB (Red+Green+Blue) = 176+172+137=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AC89 is #4F5376. Grayscale: #A9A9A9. Windows color (decimal): -5198711 or 9022640. OLE color: 9022640.

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

Color convert

RGB176172137-
CMYK00.020.220.31
HSL53.85º19.8%61.37%-
HSV(B)53.85º22.16%69.02%-
XYZ37.1740.5429.53-
YUV169.21109.83132.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 172 (67.58% from 255) = 35.46%
BLUE value IS 137 (53.91% from 255) = 28.25%
R=36.29%
G=35.46%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617213700.020.220.3153.8519.861.37
HexB0AC8902161F36143d
Octal260254211022637662475
Binary101100001010110010001001010101101111111011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AC89; }

 p { color: rgb(176,172,137); }

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

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

 a { background-color: rgb(176,172,137); }

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

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

 span { border-color: rgb(176,172,137); }

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