#B0A881

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

Shades of Neutral Green #B0A881

Tints of Neutral Green #B0A881

Color information

#B0A881 (or 0xB0A881) is unknown color: approx Neutral Green. HEX triplet: B0, A8 and 81. RGB value is (176,168,129). Sum of RGB (Red+Green+Blue) = 176+168+129=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A881 is #4F577E. Grayscale: #A6A6A6. Windows color (decimal): -5199743 or 8497328. OLE color: 8497328.

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

Color convert

RGB176168129-
CMYK00.050.270.31
HSL49.79º22.93%59.8%-
HSV(B)49.79º26.7%69.02%-
XYZ35.8738.8226.37-
YUV165.95107.15135.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 168 (66.02% from 255) = 35.52%
BLUE value IS 129 (50.78% from 255) = 27.27%
R=37.21%
G=35.52%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616812900.050.270.3149.7922.9359.8
HexB0A881051B1F32173c
Octal260250201053337622774
Binary1011000010101000100000010101110111111111001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A881; }

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

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

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

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

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

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

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

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