#B0A97E

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

Shades of Neutral Green #B0A97E

Tints of Neutral Green #B0A97E

Color information

#B0A97E (or 0xB0A97E) is unknown color: approx Neutral Green. HEX triplet: B0, A9 and 7E. RGB value is (176,169,126). Sum of RGB (Red+Green+Blue) = 176+169+126=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A97E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A97E is #4F5681. Grayscale: #A6A6A6. Windows color (decimal): -5199490 or 8300976. OLE color: 8300976.

HSL color Cylindrical-coordinate representation of color #B0A97E: hue angle of 51.6º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0A97E is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB176169126-
CMYK00.040.280.31
HSL51.6º24.04%59.22%-
HSV(B)51.6º28.41%69.02%-
XYZ35.8639.1125.4-
YUV166.19105.32135-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 169 (66.41% from 255) = 35.88%
BLUE value IS 126 (49.61% from 255) = 26.75%
R=37.37%
G=35.88%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616912600.040.280.3151.624.0459.22
HexB0A97E041C1F34183b
Octal260251176043437643073
Binary101100001010100111111100100111001111111010011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A97E; }

 p { color: rgb(176,169,126); }

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

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

 a { background-color: rgb(176,169,126); }

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

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

 span { border-color: rgb(176,169,126); }

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