#B0AB7F

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

Shades of Neutral Green #B0AB7F

Tints of Neutral Green #B0AB7F

Color information

#B0AB7F (or 0xB0AB7F) is unknown color: approx Neutral Green. HEX triplet: B0, AB and 7F. RGB value is (176,171,127). Sum of RGB (Red+Green+Blue) = 176+171+127=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AB7F is #4F5480. Grayscale: #A7A7A7. Windows color (decimal): -5198977 or 8367024. OLE color: 8367024.

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

Color convert

RGB176171127-
CMYK00.030.280.31
HSL53.88º23.67%59.41%-
HSV(B)53.88º27.84%69.02%-
XYZ36.339.8925.86-
YUV167.48105.16134.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.13%
GREEN value IS 171 (67.19% from 255) = 36.08%
BLUE value IS 127 (50% from 255) = 26.79%
R=37.13%
G=36.08%
B=26.79%

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
Decimal17617112700.030.280.3153.8823.6759.41
HexB0AB7F031C1F36183b
Octal260253177033437663073
Binary10110000101010111111111011111001111111011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AB7F; }

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

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

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

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

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

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

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

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