#B0AE77

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

Shades of Neutral Green #B0AE77

Tints of Neutral Green #B0AE77

Color information

#B0AE77 (or 0xB0AE77) is unknown color: approx Neutral Green. HEX triplet: B0, AE and 77. RGB value is (176,174,119). Sum of RGB (Red+Green+Blue) = 176+174+119=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AE77 is #4F5188. Grayscale: #A8A8A8. Windows color (decimal): -5198217 or 7843504. OLE color: 7843504.

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

Color convert

RGB176174119-
CMYK00.010.320.31
HSL57.89º26.51%57.84%-
HSV(B)57.89º32.39%69.02%-
XYZ36.3740.8323.42-
YUV168.33100.16133.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.53%
GREEN value IS 174 (68.36% from 255) = 37.10%
BLUE value IS 119 (46.88% from 255) = 25.37%
R=37.53%
G=37.10%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617411900.010.320.3157.8926.5157.84
HexB0AE7701201F3a1b3a
Octal260256167014037723372
Binary10110000101011101110111011000001111111101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AE77; }

 p { color: rgb(176,174,119); }

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

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

 a { background-color: rgb(176,174,119); }

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

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

 span { border-color: rgb(176,174,119); }

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