#B0AC90

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

Shades of Eagle #B0AC90

Tints of Eagle #B0AC90

Color information

#B0AC90 (or 0xB0AC90) is unknown color: approx Eagle. HEX triplet: B0, AC and 90. RGB value is (176,172,144). Sum of RGB (Red+Green+Blue) = 176+172+144=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AC90 is #4F536F. Grayscale: #AAAAAA. Windows color (decimal): -5198704 or 9481392. OLE color: 9481392.

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

Color convert

RGB176172144-
CMYK00.020.180.31
HSL52.5º16.84%62.75%-
HSV(B)52.5º18.18%69.02%-
XYZ37.6940.7532.26-
YUV170113.33132.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.77%
GREEN value IS 172 (67.58% from 255) = 34.96%
BLUE value IS 144 (56.64% from 255) = 29.27%
R=35.77%
G=34.96%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617214400.020.180.3152.516.8462.75
HexB0AC9002121F34113f
Octal260254220022237642177
Binary101100001010110010010000010100101111111010010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AC90; }

 p { color: rgb(176,172,144); }

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

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

 a { background-color: rgb(176,172,144); }

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

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

 span { border-color: rgb(176,172,144); }

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