#B0AA74

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

Shades of Neutral Green #B0AA74

Tints of Neutral Green #B0AA74

Color information

#B0AA74 (or 0xB0AA74) is unknown color: approx Neutral Green. HEX triplet: B0, AA and 74. RGB value is (176,170,116). Sum of RGB (Red+Green+Blue) = 176+170+116=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AA74 is #4F558B. Grayscale: #A5A5A5. Windows color (decimal): -5199244 or 7645872. OLE color: 7645872.

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

Color convert

RGB176170116-
CMYK00.030.340.31
HSL54º27.52%57.25%-
HSV(B)54º34.09%69.02%-
XYZ35.4339.2422.23-
YUV165.6499.99135.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.10%
GREEN value IS 170 (66.80% from 255) = 36.80%
BLUE value IS 116 (45.70% from 255) = 25.11%
R=38.10%
G=36.80%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617011600.030.340.315427.5257.25
HexB0AA7403221F361c39
Octal260252164034237663471
Binary101100001010101011101000111000101111111011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AA74; }

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

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

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

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

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

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

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

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