#B0AE83

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

Shades of Neutral Green #B0AE83

Tints of Neutral Green #B0AE83

Color information

#B0AE83 (or 0xB0AE83) is unknown color: approx Neutral Green. HEX triplet: B0, AE and 83. RGB value is (176,174,131). Sum of RGB (Red+Green+Blue) = 176+174+131=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AE83 is #4F517C. Grayscale: #A9A9A9. Windows color (decimal): -5198205 or 8629936. OLE color: 8629936.

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

Color convert

RGB176174131-
CMYK00.010.260.31
HSL57.33º22.17%60.2%-
HSV(B)57.33º25.57%69.02%-
XYZ37.1441.1427.46-
YUV169.7106.16132.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.59%
GREEN value IS 174 (68.36% from 255) = 36.17%
BLUE value IS 131 (51.56% from 255) = 27.23%
R=36.59%
G=36.17%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617413100.010.260.3157.3322.1760.2
HexB0AE83011A1F39163c
Octal260256203013237712674
Binary10110000101011101000001101110101111111100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AE83; }

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

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

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

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

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

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

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

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