#B1AA7B

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

Shades of Neutral Green #B1AA7B

Tints of Neutral Green #B1AA7B

Color information

#B1AA7B (or 0xB1AA7B) is unknown color: approx Neutral Green. HEX triplet: B1, AA and 7B. RGB value is (177,170,123). Sum of RGB (Red+Green+Blue) = 177+170+123=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AA7B is #4E5584. Grayscale: #A6A6A6. Windows color (decimal): -5133701 or 8104625. OLE color: 8104625.

HSL color Cylindrical-coordinate representation of color #B1AA7B: hue angle of 52.22º 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 #B1AA7B is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB177170123-
CMYK00.040.310.31
HSL52.22º25.71%58.82%-
HSV(B)52.22º30.51%69.41%-
XYZ36.0839.5324.47-
YUV166.74103.32135.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.66%
GREEN value IS 170 (66.80% from 255) = 36.17%
BLUE value IS 123 (48.44% from 255) = 26.17%
R=37.66%
G=36.17%
B=26.17%

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
Decimal17717012300.040.310.3152.2225.7158.82
HexB1AA7B041F1F341a3b
Octal261252173043737643273
Binary101100011010101011110110100111111111111010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA7B; }

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

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

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

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

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

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

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

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