#B0AC81

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

Shades of Neutral Green #B0AC81

Tints of Neutral Green #B0AC81

Color information

#B0AC81 (or 0xB0AC81) is unknown color: approx Neutral Green. HEX triplet: B0, AC and 81. RGB value is (176,172,129). Sum of RGB (Red+Green+Blue) = 176+172+129=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AC81 is #4F537E. Grayscale: #A8A8A8. Windows color (decimal): -5198719 or 8498352. OLE color: 8498352.

HSL color Cylindrical-coordinate representation of color #B0AC81: hue angle of 54.89º 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 #B0AC81 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB176172129-
CMYK00.020.270.31
HSL54.89º22.93%59.8%-
HSV(B)54.89º26.7%69.02%-
XYZ36.6240.3226.62-
YUV168.29105.83133.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.90%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 129 (50.78% from 255) = 27.04%
R=36.90%
G=36.06%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617212900.020.270.3154.8922.9359.8
HexB0AC81021B1F37173c
Octal260254201023337672774
Binary101100001010110010000001010110111111111011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AC81; }

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

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

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

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

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

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

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

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