#B1AA73

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

Shades of Neutral Green #B1AA73

Tints of Neutral Green #B1AA73

Color information

#B1AA73 (or 0xB1AA73) is unknown color: approx Neutral Green. HEX triplet: B1, AA and 73. RGB value is (177,170,115). Sum of RGB (Red+Green+Blue) = 177+170+115=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AA73 is #4E558C. Grayscale: #A6A6A6. Windows color (decimal): -5133709 or 7580337. OLE color: 7580337.

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

Color convert

RGB177170115-
CMYK00.040.350.31
HSL53.23º28.44%57.25%-
HSV(B)53.23º35.03%69.41%-
XYZ35.639.3321.94-
YUV165.8299.32135.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.31%
GREEN value IS 170 (66.80% from 255) = 36.80%
BLUE value IS 115 (45.31% from 255) = 24.89%
R=38.31%
G=36.80%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717011500.040.350.3153.2328.4457.25
HexB1AA7304231F351c39
Octal261252163044337653471
Binary1011000110101010111001101001000111111111010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA73; }

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

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

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

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

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

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

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

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