#B0AB79

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

Shades of Neutral Green #B0AB79

Tints of Neutral Green #B0AB79

Color information

#B0AB79 (or 0xB0AB79) is unknown color: approx Neutral Green. HEX triplet: B0, AB and 79. RGB value is (176,171,121). Sum of RGB (Red+Green+Blue) = 176+171+121=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AB79 is #4F5486. Grayscale: #A7A7A7. Windows color (decimal): -5198983 or 7973808. OLE color: 7973808.

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

Color convert

RGB176171121-
CMYK00.030.310.31
HSL54.55º25.82%58.24%-
HSV(B)54.55º31.25%69.02%-
XYZ35.9239.7423.87-
YUV166.8102.16134.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.61%
GREEN value IS 171 (67.19% from 255) = 36.54%
BLUE value IS 121 (47.66% from 255) = 25.85%
R=37.61%
G=36.54%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617112100.030.310.3154.5525.8258.24
HexB0AB79031F1F371a3a
Octal260253171033737673272
Binary10110000101010111111001011111111111111011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AB79; }

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

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

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

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

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

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

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

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