#B0AA78

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

Shades of Neutral Green #B0AA78

Tints of Neutral Green #B0AA78

Color information

#B0AA78 (or 0xB0AA78) is unknown color: approx Neutral Green. HEX triplet: B0, AA and 78. RGB value is (176,170,120). Sum of RGB (Red+Green+Blue) = 176+170+120=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AA78 is #4F5587. Grayscale: #A6A6A6. Windows color (decimal): -5199240 or 7908016. OLE color: 7908016.

HSL color Cylindrical-coordinate representation of color #B0AA78: hue angle of 53.57º degrees, saturation: 0.26, 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 #B0AA78 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB176170120-
CMYK00.030.320.31
HSL53.57º26.17%58.04%-
HSV(B)53.57º31.82%69.02%-
XYZ35.6739.3423.48-
YUV166.09101.99135.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 120 (47.27% from 255) = 25.75%
R=37.77%
G=36.48%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617012000.030.320.3153.5726.1758.04
HexB0AA7803201F361a3a
Octal260252170034037663272
Binary101100001010101011110000111000001111111011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AA78; }

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

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

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

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

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

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

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

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