#b0a879

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

Shades of Neutral Green #B0A879

Tints of Neutral Green #B0A879

Color information

#B0A879 (or 0xB0A879) is unknown color: approx Neutral Green. HEX triplet: B0, A8 and 79. RGB value is (176,168,121). Sum of RGB (Red+Green+Blue) = 176+168+121=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A879 is #4F5786. Grayscale: #A5A5A5. Windows color (decimal): -5199751 or 7973040. OLE color: 7973040.

HSL color Cylindrical-coordinate representation of color #B0A879: hue angle of 51.27º 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 #B0A879 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB176168121-
CMYK00.050.310.31
HSL51.27º25.82%58.24%-
HSV(B)51.27º31.25%69.02%-
XYZ35.3638.6223.68-
YUV165.03103.15135.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.85%
GREEN value IS 168 (66.02% from 255) = 36.13%
BLUE value IS 121 (47.66% from 255) = 26.02%
R=37.85%
G=36.13%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616812100.050.310.3151.2725.8258.24
HexB0A879051F1F331a3a
Octal260250171053737633272
Binary101100001010100011110010101111111111111001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0a879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0a879; }

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

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

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

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

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

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

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

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