#B1AA7A

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

Shades of Neutral Green #B1AA7A

Tints of Neutral Green #B1AA7A

Color information

#B1AA7A (or 0xB1AA7A) is unknown color: approx Neutral Green. HEX triplet: B1, AA and 7A. RGB value is (177,170,122). Sum of RGB (Red+Green+Blue) = 177+170+122=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AA7A is #4E5585. Grayscale: #A6A6A6. Windows color (decimal): -5133702 or 8039089. OLE color: 8039089.

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

Color convert

RGB177170122-
CMYK00.040.310.31
HSL52.36º26.07%58.63%-
HSV(B)52.36º31.07%69.41%-
XYZ36.0239.524.14-
YUV166.62102.82135.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.74%
GREEN value IS 170 (66.80% from 255) = 36.25%
BLUE value IS 122 (48.05% from 255) = 26.01%
R=37.74%
G=36.25%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717012200.040.310.3152.3626.0758.63
HexB1AA7A041F1F341a3b
Octal261252172043737643273
Binary101100011010101011110100100111111111111010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA7A; }

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

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

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

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

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

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

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

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