#B0AA80

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

Shades of Neutral Green #B0AA80

Tints of Neutral Green #B0AA80

Color information

#B0AA80 (or 0xB0AA80) is unknown color: approx Neutral Green. HEX triplet: B0, AA and 80. RGB value is (176,170,128). Sum of RGB (Red+Green+Blue) = 176+170+128=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AA80 is #4F557F. Grayscale: #A7A7A7. Windows color (decimal): -5199232 or 8432304. OLE color: 8432304.

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

Color convert

RGB176170128-
CMYK00.030.270.31
HSL52.5º23.3%59.61%-
HSV(B)52.5º27.27%69.02%-
XYZ36.1839.5426.15-
YUV167.01105.99134.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.13%
GREEN value IS 170 (66.80% from 255) = 35.86%
BLUE value IS 128 (50.39% from 255) = 27.00%
R=37.13%
G=35.86%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617012800.030.270.3152.523.359.61
HexB0AA80031B1F34173c
Octal260252200033337642774
Binary101100001010101010000000011110111111111010010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AA80; }

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

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

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

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

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

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

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

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