#B0A975

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

Shades of Neutral Green #B0A975

Tints of Neutral Green #B0A975

Color information

#B0A975 (or 0xB0A975) is unknown color: approx Neutral Green. HEX triplet: B0, A9 and 75. RGB value is (176,169,117). Sum of RGB (Red+Green+Blue) = 176+169+117=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A975 is #4F568A. Grayscale: #A5A5A5. Windows color (decimal): -5199499 or 7711152. OLE color: 7711152.

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

Color convert

RGB176169117-
CMYK00.040.340.31
HSL52.88º27.19%57.45%-
HSV(B)52.88º33.52%69.02%-
XYZ35.338.8922.48-
YUV165.16100.82135.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.10%
GREEN value IS 169 (66.41% from 255) = 36.58%
BLUE value IS 117 (46.09% from 255) = 25.32%
R=38.10%
G=36.58%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616911700.040.340.3152.8827.1957.45
HexB0A97504221F351b39
Octal260251165044237653371
Binary1011000010101001111010101001000101111111010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A975; }

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

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

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

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

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

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

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

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