#B0AA7B

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

Shades of Neutral Green #B0AA7B

Tints of Neutral Green #B0AA7B

Color information

#B0AA7B (or 0xB0AA7B) is unknown color: approx Neutral Green. HEX triplet: B0, AA and 7B. RGB value is (176,170,123). Sum of RGB (Red+Green+Blue) = 176+170+123=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AA7B is #4F5584. Grayscale: #A6A6A6. Windows color (decimal): -5199237 or 8104624. OLE color: 8104624.

HSL color Cylindrical-coordinate representation of color #B0AA7B: hue angle of 53.21º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0AA7B is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB176170123-
CMYK00.030.300.31
HSL53.21º25.12%58.63%-
HSV(B)53.21º30.11%69.02%-
XYZ35.8539.4124.46-
YUV166.44103.49134.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.53%
GREEN value IS 170 (66.80% from 255) = 36.25%
BLUE value IS 123 (48.44% from 255) = 26.23%
R=37.53%
G=36.25%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617012300.030.300.3153.2125.1258.63
HexB0AA7B031E1F35193b
Octal260252173033637653173
Binary10110000101010101111011011111101111111010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AA7B; }

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

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

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

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

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

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

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

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