#B0A976

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

Shades of Neutral Green #B0A976

Tints of Neutral Green #B0A976

Color information

#B0A976 (or 0xB0A976) is unknown color: approx Neutral Green. HEX triplet: B0, A9 and 76. RGB value is (176,169,118). Sum of RGB (Red+Green+Blue) = 176+169+118=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A976 is #4F5689. Grayscale: #A5A5A5. Windows color (decimal): -5199498 or 7776688. OLE color: 7776688.

HSL color Cylindrical-coordinate representation of color #B0A976: hue angle of 52.76º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0A976 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB176169118-
CMYK00.040.330.31
HSL52.76º26.85%57.65%-
HSV(B)52.76º32.95%69.02%-
XYZ35.3638.9122.79-
YUV165.28101.32135.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.01%
GREEN value IS 169 (66.41% from 255) = 36.50%
BLUE value IS 118 (46.48% from 255) = 25.49%
R=38.01%
G=36.50%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616911800.040.330.3152.7626.8557.65
HexB0A97604211F351b3a
Octal260251166044137653372
Binary1011000010101001111011001001000011111111010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A976; }

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

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

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

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

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

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

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

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