#B1AA78

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

Shades of Neutral Green #B1AA78

Tints of Neutral Green #B1AA78

Color information

#B1AA78 (or 0xB1AA78) is unknown color: approx Neutral Green. HEX triplet: B1, AA and 78. RGB value is (177,170,120). Sum of RGB (Red+Green+Blue) = 177+170+120=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AA78 is #4E5587. Grayscale: #A6A6A6. Windows color (decimal): -5133704 or 7908017. OLE color: 7908017.

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

Color convert

RGB177170120-
CMYK00.040.320.31
HSL52.63º26.76%58.24%-
HSV(B)52.63º32.2%69.41%-
XYZ35.939.4523.49-
YUV166.39101.82135.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.90%
GREEN value IS 170 (66.80% from 255) = 36.40%
BLUE value IS 120 (47.27% from 255) = 25.70%
R=37.90%
G=36.40%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717012000.040.320.3152.6326.7658.24
HexB1AA7804201F351b3a
Octal261252170044037653372
Binary1011000110101010111100001001000001111111010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA78; }

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

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

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

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

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

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

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

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