#B2AA73

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

Shades of Neutral Green #B2AA73

Tints of Neutral Green #B2AA73

Color information

#B2AA73 (or 0xB2AA73) is unknown color: approx Neutral Green. HEX triplet: B2, AA and 73. RGB value is (178,170,115). Sum of RGB (Red+Green+Blue) = 178+170+115=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AA73 is #4D558C. Grayscale: #A6A6A6. Windows color (decimal): -5068173 or 7580338. OLE color: 7580338.

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

Color convert

RGB178170115-
CMYK00.040.350.30
HSL52.38º29.03%57.45%-
HSV(B)52.38º35.39%69.8%-
XYZ35.8339.4521.95-
YUV166.1299.15136.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.44%
GREEN value IS 170 (66.80% from 255) = 36.72%
BLUE value IS 115 (45.31% from 255) = 24.84%
R=38.44%
G=36.72%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817011500.040.350.3052.3829.0357.45
HexB2AA7304231E341d39
Octal262252163044336643571
Binary1011001010101010111001101001000111111011010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AA73; }

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

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

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

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

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

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

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

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