#B2AA80

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

Shades of Neutral Green #B2AA80

Tints of Neutral Green #B2AA80

Color information

#B2AA80 (or 0xB2AA80) is unknown color: approx Neutral Green. HEX triplet: B2, AA and 80. RGB value is (178,170,128). Sum of RGB (Red+Green+Blue) = 178+170+128=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AA80 is #4D557F. Grayscale: #A7A7A7. Windows color (decimal): -5068160 or 8432306. OLE color: 8432306.

HSL color Cylindrical-coordinate representation of color #B2AA80: hue angle of 50.4º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2AA80 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB178170128-
CMYK00.040.280.30
HSL50.4º24.51%60%-
HSV(B)50.4º28.09%69.8%-
XYZ36.6339.7726.17-
YUV167.6105.65135.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.39%
GREEN value IS 170 (66.80% from 255) = 35.71%
BLUE value IS 128 (50.39% from 255) = 26.89%
R=37.39%
G=35.71%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817012800.040.280.3050.424.5160
HexB2AA80041C1E32193c
Octal262252200043436623174
Binary1011001010101010100000000100111001111011001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AA80; }

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

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

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

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

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

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

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

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