#B0AB7E

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

Shades of Neutral Green #B0AB7E

Tints of Neutral Green #B0AB7E

Color information

#B0AB7E (or 0xB0AB7E) is unknown color: approx Neutral Green. HEX triplet: B0, AB and 7E. RGB value is (176,171,126). Sum of RGB (Red+Green+Blue) = 176+171+126=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AB7E is #4F5481. Grayscale: #A7A7A7. Windows color (decimal): -5198978 or 8301488. OLE color: 8301488.

HSL color Cylindrical-coordinate representation of color #B0AB7E: hue angle of 54º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0AB7E is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB176171126-
CMYK00.030.280.31
HSL54º24.04%59.22%-
HSV(B)54º28.41%69.02%-
XYZ36.2339.8625.52-
YUV167.36104.66134.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 171 (67.19% from 255) = 36.15%
BLUE value IS 126 (49.61% from 255) = 26.64%
R=37.21%
G=36.15%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617112600.030.280.315424.0459.22
HexB0AB7E031C1F36183b
Octal260253176033437663073
Binary10110000101010111111110011111001111111011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AB7E; }

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

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

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

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

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

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

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

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