#B0AF99

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

Shades of Eagle #B0AF99

Tints of Eagle #B0AF99

Color information

#B0AF99 (or 0xB0AF99) is unknown color: approx Eagle. HEX triplet: B0, AF and 99. RGB value is (176,175,153). Sum of RGB (Red+Green+Blue) = 176+175+153=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AF99 is #4F5066. Grayscale: #ACACAC. Windows color (decimal): -5197927 or 10071984. OLE color: 10071984.

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

Color convert

RGB176175153-
CMYK00.010.130.31
HSL57.39º12.71%64.51%-
HSV(B)57.39º13.07%69.02%-
XYZ38.9842.1936.23-
YUV172.79116.83130.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.92%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 153 (60.16% from 255) = 30.36%
R=34.92%
G=34.72%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617515300.010.130.3157.3912.7164.51
HexB0AF9901D1F39d41
Octal2602572310115377115101
Binary1011000010101111100110010111011111111100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AF99; }

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

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

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

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

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

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

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

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