#B0A979

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

Shades of Neutral Green #B0A979

Tints of Neutral Green #B0A979

Color information

#B0A979 (or 0xB0A979) is unknown color: approx Neutral Green. HEX triplet: B0, A9 and 79. RGB value is (176,169,121). Sum of RGB (Red+Green+Blue) = 176+169+121=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A979 is #4F5686. Grayscale: #A5A5A5. Windows color (decimal): -5199495 or 7973296. OLE color: 7973296.

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

Color convert

RGB176169121-
CMYK00.040.310.31
HSL52.36º25.82%58.24%-
HSV(B)52.36º31.25%69.02%-
XYZ35.5438.9923.74-
YUV165.62102.82135.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 169 (66.41% from 255) = 36.27%
BLUE value IS 121 (47.66% from 255) = 25.97%
R=37.77%
G=36.27%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616912100.040.310.3152.3625.8258.24
HexB0A979041F1F341a3a
Octal260251171043737643272
Binary101100001010100111110010100111111111111010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A979; }

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

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

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

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

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

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

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

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