#B1AA85

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

Shades of Neutral Green #B1AA85

Tints of Neutral Green #B1AA85

Color information

#B1AA85 (or 0xB1AA85) is unknown color: approx Neutral Green. HEX triplet: B1, AA and 85. RGB value is (177,170,133). Sum of RGB (Red+Green+Blue) = 177+170+133=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AA85 is #4E557A. Grayscale: #A8A8A8. Windows color (decimal): -5133691 or 8759985. OLE color: 8759985.

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

Color convert

RGB177170133-
CMYK00.040.250.31
HSL50.45º22%60.78%-
HSV(B)50.45º24.86%69.41%-
XYZ36.7439.7927.93-
YUV167.88108.32134.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.88%
GREEN value IS 170 (66.80% from 255) = 35.42%
BLUE value IS 133 (52.34% from 255) = 27.71%
R=36.88%
G=35.42%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717013300.040.250.3150.452260.78
HexB1AA8504191F32163d
Octal261252205043137622675
Binary1011000110101010100001010100110011111111001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA85; }

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

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

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

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

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

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

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

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