#B2AF99

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

Shades of Eagle #B2AF99

Tints of Eagle #B2AF99

Color information

#B2AF99 (or 0xB2AF99) is unknown color: approx Eagle. HEX triplet: B2, AF and 99. RGB value is (178,175,153). Sum of RGB (Red+Green+Blue) = 178+175+153=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AF99 is #4D5066. Grayscale: #ADADAD. Windows color (decimal): -5066855 or 10071986. OLE color: 10071986.

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

Color convert

RGB178175153-
CMYK00.020.140.30
HSL52.8º13.97%64.9%-
HSV(B)52.8º14.04%69.8%-
XYZ39.4442.4236.25-
YUV173.39116.49131.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.18%
GREEN value IS 175 (68.75% from 255) = 34.58%
BLUE value IS 153 (60.16% from 255) = 30.24%
R=35.18%
G=34.58%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817515300.020.140.3052.813.9764.9
HexB2AF9902E1E35e41
Octal2622572310216366516101
Binary10110010101011111001100101011101111011010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AF99; }

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

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

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

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

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

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

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

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