#B1AA83

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

Shades of Neutral Green #B1AA83

Tints of Neutral Green #B1AA83

Color information

#B1AA83 (or 0xB1AA83) is unknown color: approx Neutral Green. HEX triplet: B1, AA and 83. RGB value is (177,170,131). Sum of RGB (Red+Green+Blue) = 177+170+131=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AA83 is #4E557C. Grayscale: #A7A7A7. Windows color (decimal): -5133693 or 8628913. OLE color: 8628913.

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

Color convert

RGB177170131-
CMYK00.040.260.31
HSL50.87º22.77%60.39%-
HSV(B)50.87º25.99%69.41%-
XYZ36.639.7427.21-
YUV167.65107.32134.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 131 (51.56% from 255) = 27.41%
R=37.03%
G=35.56%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717013100.040.260.3150.8722.7760.39
HexB1AA83041A1F33173c
Octal261252203043237632774
Binary1011000110101010100000110100110101111111001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA83; }

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

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

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

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

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

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

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

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