#B1AF85

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

Shades of Neutral Green #B1AF85

Tints of Neutral Green #B1AF85

Color information

#B1AF85 (or 0xB1AF85) is unknown color: approx Neutral Green. HEX triplet: B1, AF and 85. RGB value is (177,175,133). Sum of RGB (Red+Green+Blue) = 177+175+133=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AF85 is #4E507A. Grayscale: #AAAAAA. Windows color (decimal): -5132411 or 8761265. OLE color: 8761265.

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

Color convert

RGB177175133-
CMYK00.010.250.31
HSL57.27º22%60.78%-
HSV(B)57.27º24.86%69.41%-
XYZ37.741.728.25-
YUV170.81106.66132.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.49%
GREEN value IS 175 (68.75% from 255) = 36.08%
BLUE value IS 133 (52.34% from 255) = 27.42%
R=36.49%
G=36.08%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717513300.010.250.3157.272260.78
HexB1AF8501191F39163d
Octal261257205013137712675
Binary10110001101011111000010101110011111111100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AF85; }

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

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

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

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

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

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

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

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