#B0AB80

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

Shades of Neutral Green #B0AB80

Tints of Neutral Green #B0AB80

Color information

#B0AB80 (or 0xB0AB80) is unknown color: approx Neutral Green. HEX triplet: B0, AB and 80. RGB value is (176,171,128). Sum of RGB (Red+Green+Blue) = 176+171+128=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AB80 is #4F547F. Grayscale: #A7A7A7. Windows color (decimal): -5198976 or 8432560. OLE color: 8432560.

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

Color convert

RGB176171128-
CMYK00.030.270.31
HSL53.75º23.3%59.61%-
HSV(B)53.75º27.27%69.02%-
XYZ36.3639.9126.21-
YUV167.59105.66134-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 128 (50.39% from 255) = 26.95%
R=37.05%
G=36%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617112800.030.270.3153.7523.359.61
HexB0AB80031B1F36173c
Octal260253200033337662774
Binary101100001010101110000000011110111111111011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AB80; }

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

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

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

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

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

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

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

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