#B0AE7A

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

Shades of Neutral Green #B0AE7A

Tints of Neutral Green #B0AE7A

Color information

#B0AE7A (or 0xB0AE7A) is unknown color: approx Neutral Green. HEX triplet: B0, AE and 7A. RGB value is (176,174,122). Sum of RGB (Red+Green+Blue) = 176+174+122=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AE7A is #4F5185. Grayscale: #A8A8A8. Windows color (decimal): -5198214 or 8040112. OLE color: 8040112.

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

Color convert

RGB176174122-
CMYK00.010.310.31
HSL57.78º25.47%58.43%-
HSV(B)57.78º30.68%69.02%-
XYZ36.5540.9124.38-
YUV168.67101.66133.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.29%
GREEN value IS 174 (68.36% from 255) = 36.86%
BLUE value IS 122 (48.05% from 255) = 25.85%
R=37.29%
G=36.86%
B=25.85%

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
Decimal17617412200.010.310.3157.7825.4758.43
HexB0AE7A011F1F3a193a
Octal260256172013737723172
Binary1011000010101110111101001111111111111101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AE7A; }

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

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

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

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

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

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

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

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