#B2AF91

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

Shades of Eagle #B2AF91

Tints of Eagle #B2AF91

Color information

#B2AF91 (or 0xB2AF91) is unknown color: approx Eagle. HEX triplet: B2, AF and 91. RGB value is (178,175,145). Sum of RGB (Red+Green+Blue) = 178+175+145=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AF91 is #4D506E. Grayscale: #ACACAC. Windows color (decimal): -5066863 or 9547698. OLE color: 9547698.

HSL color Cylindrical-coordinate representation of color #B2AF91: hue angle of 54.55º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2AF91 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB178175145-
CMYK00.020.190.30
HSL54.55º17.65%63.33%-
HSV(B)54.55º18.54%69.8%-
XYZ38.842.1732.88-
YUV172.48112.49131.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.74%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 145 (57.03% from 255) = 29.12%
R=35.74%
G=35.14%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817514500.020.190.3054.5517.6563.33
HexB2AF9102131E37123f
Octal262257221022336672277
Binary101100101010111110010001010100111111011011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AF91; }

 p { color: rgb(178,175,145); }

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

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

 a { background-color: rgb(178,175,145); }

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

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

 span { border-color: rgb(178,175,145); }

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