#B1AF99

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

Shades of Eagle #B1AF99

Tints of Eagle #B1AF99

Color information

#B1AF99 (or 0xB1AF99) is unknown color: approx Eagle. HEX triplet: B1, AF and 99. RGB value is (177,175,153). Sum of RGB (Red+Green+Blue) = 177+175+153=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AF99 is #4E5066. Grayscale: #ADADAD. Windows color (decimal): -5132391 or 10071985. OLE color: 10071985.

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

Color convert

RGB177175153-
CMYK00.010.140.31
HSL55º13.33%64.71%-
HSV(B)55º13.56%69.41%-
XYZ39.2142.3136.24-
YUV173.09116.66130.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.05%
GREEN value IS 175 (68.75% from 255) = 34.65%
BLUE value IS 153 (60.16% from 255) = 30.30%
R=35.05%
G=34.65%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717515300.010.140.315513.3364.71
HexB1AF9901E1F37d41
Octal2612572310116376715101
Binary1011000110101111100110010111101111111011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AF99; }

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

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

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

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

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

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

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

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