#B0AD79

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

Shades of Neutral Green #B0AD79

Tints of Neutral Green #B0AD79

Color information

#B0AD79 (or 0xB0AD79) is unknown color: approx Neutral Green. HEX triplet: B0, AD and 79. RGB value is (176,173,121). Sum of RGB (Red+Green+Blue) = 176+173+121=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD79 is #4F5286. Grayscale: #A8A8A8. Windows color (decimal): -5198471 or 7974320. OLE color: 7974320.

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

Color convert

RGB176173121-
CMYK00.020.310.31
HSL56.73º25.82%58.24%-
HSV(B)56.73º31.25%69.02%-
XYZ36.340.523.99-
YUV167.97101.49133.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 173 (67.97% from 255) = 36.81%
BLUE value IS 121 (47.66% from 255) = 25.74%
R=37.45%
G=36.81%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617312100.020.310.3156.7325.8258.24
HexB0AD79021F1F391a3a
Octal260255171023737713272
Binary10110000101011011111001010111111111111100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AD79; }

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

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

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

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

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

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

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

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