#B1AF87

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

Shades of Neutral Green #B1AF87

Tints of Neutral Green #B1AF87

Color information

#B1AF87 (or 0xB1AF87) is unknown color: approx Neutral Green. HEX triplet: B1, AF and 87. RGB value is (177,175,135). Sum of RGB (Red+Green+Blue) = 177+175+135=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 135 (53.12% from 255 or 27.72% from 487); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AF87 is #4E5078. Grayscale: #ABABAB. Windows color (decimal): -5132409 or 8892337. OLE color: 8892337.

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

Color convert

RGB177175135-
CMYK00.010.240.31
HSL57.14º21.21%61.18%-
HSV(B)57.14º23.73%69.41%-
XYZ37.8341.7628.99-
YUV171.04107.66132.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.34%
GREEN value IS 175 (68.75% from 255) = 35.93%
BLUE value IS 135 (53.12% from 255) = 27.72%
R=36.34%
G=35.93%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717513500.010.240.3157.1421.2161.18
HexB1AF8701181F39153d
Octal261257207013037712575
Binary10110001101011111000011101110001111111100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AF87; }

 p { color: rgb(177,175,135); }

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

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

 a { background-color: rgb(177,175,135); }

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

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

 span { border-color: rgb(177,175,135); }

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