#B1AB7F

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

Shades of Neutral Green #B1AB7F

Tints of Neutral Green #B1AB7F

Color information

#B1AB7F (or 0xB1AB7F) is unknown color: approx Neutral Green. HEX triplet: B1, AB and 7F. RGB value is (177,171,127). Sum of RGB (Red+Green+Blue) = 177+171+127=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AB7F is #4E5480. Grayscale: #A7A7A7. Windows color (decimal): -5133441 or 8367025. OLE color: 8367025.

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

Color convert

RGB177171127-
CMYK00.030.280.31
HSL52.8º24.27%59.61%-
HSV(B)52.8º28.25%69.41%-
XYZ36.5340.0125.88-
YUV167.78104.99134.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.26%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 127 (50% from 255) = 26.74%
R=37.26%
G=36%
B=26.74%

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
Decimal17717112700.030.280.3152.824.2759.61
HexB1AB7F031C1F35183c
Octal261253177033437653074
Binary10110001101010111111111011111001111111010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AB7F; }

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

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

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

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

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

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

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

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