#B0AE79

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

Shades of Neutral Green #B0AE79

Tints of Neutral Green #B0AE79

Color information

#B0AE79 (or 0xB0AE79) is unknown color: approx Neutral Green. HEX triplet: B0, AE and 79. RGB value is (176,174,121). Sum of RGB (Red+Green+Blue) = 176+174+121=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AE79 is #4F5186. Grayscale: #A8A8A8. Windows color (decimal): -5198215 or 7974576. OLE color: 7974576.

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

Color convert

RGB176174121-
CMYK00.010.310.31
HSL57.82º25.82%58.24%-
HSV(B)57.82º31.25%69.02%-
XYZ36.4940.8824.06-
YUV168.56101.16133.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 174 (68.36% from 255) = 36.94%
BLUE value IS 121 (47.66% from 255) = 25.69%
R=37.37%
G=36.94%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617412100.010.310.3157.8225.8258.24
HexB0AE79011F1F3a1a3a
Octal260256171013737723272
Binary1011000010101110111100101111111111111101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AE79; }

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

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

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

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

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

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

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

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