#B0A97C

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

Shades of Neutral Green #B0A97C

Tints of Neutral Green #B0A97C

Color information

#B0A97C (or 0xB0A97C) is unknown color: approx Neutral Green. HEX triplet: B0, A9 and 7C. RGB value is (176,169,124). Sum of RGB (Red+Green+Blue) = 176+169+124=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A97C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A97C is #4F5683. Grayscale: #A6A6A6. Windows color (decimal): -5199492 or 8169904. OLE color: 8169904.

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

Color convert

RGB176169124-
CMYK00.040.300.31
HSL51.92º24.76%58.82%-
HSV(B)51.92º29.55%69.02%-
XYZ35.7339.0624.73-
YUV165.96104.32135.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.53%
GREEN value IS 169 (66.41% from 255) = 36.03%
BLUE value IS 124 (48.83% from 255) = 26.44%
R=37.53%
G=36.03%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616912400.040.300.3151.9224.7658.82
HexB0A97C041E1F34193b
Octal260251174043637643173
Binary101100001010100111111000100111101111111010011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A97C; }

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

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

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

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

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

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

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

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