#B0AE81

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

Shades of Neutral Green #B0AE81

Tints of Neutral Green #B0AE81

Color information

#B0AE81 (or 0xB0AE81) is unknown color: approx Neutral Green. HEX triplet: B0, AE and 81. RGB value is (176,174,129). Sum of RGB (Red+Green+Blue) = 176+174+129=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AE81 is #4F517E. Grayscale: #A9A9A9. Windows color (decimal): -5198207 or 8498864. OLE color: 8498864.

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

Color convert

RGB176174129-
CMYK00.010.270.31
HSL57.45º22.93%59.8%-
HSV(B)57.45º26.7%69.02%-
XYZ3741.0926.75-
YUV169.47105.16132.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.74%
GREEN value IS 174 (68.36% from 255) = 36.33%
BLUE value IS 129 (50.78% from 255) = 26.93%
R=36.74%
G=36.33%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617412900.010.270.3157.4522.9359.8
HexB0AE81011B1F39173c
Octal260256201013337712774
Binary10110000101011101000000101110111111111100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AE81; }

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

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

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

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

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

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

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

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