#B0A988

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

Shades of Neutral Green #B0A988

Tints of Neutral Green #B0A988

Color information

#B0A988 (or 0xB0A988) is unknown color: approx Neutral Green. HEX triplet: B0, A9 and 88. RGB value is (176,169,136). Sum of RGB (Red+Green+Blue) = 176+169+136=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A988 is #4F5677. Grayscale: #A7A7A7. Windows color (decimal): -5199480 or 8956336. OLE color: 8956336.

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

Color convert

RGB176169136-
CMYK00.040.230.31
HSL49.5º20.2%61.18%-
HSV(B)49.5º22.73%69.02%-
XYZ36.5439.3828.97-
YUV167.33110.32134.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.59%
GREEN value IS 169 (66.41% from 255) = 35.14%
BLUE value IS 136 (53.52% from 255) = 28.27%
R=36.59%
G=35.14%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616913600.040.230.3149.520.261.18
HexB0A98804171F32143d
Octal260251210042737622475
Binary1011000010101001100010000100101111111111001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A988; }

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

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

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

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

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

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

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

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