#B0AE90

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

Shades of Eagle #B0AE90

Tints of Eagle #B0AE90

Color information

#B0AE90 (or 0xB0AE90) is unknown color: approx Eagle. HEX triplet: B0, AE and 90. RGB value is (176,174,144). Sum of RGB (Red+Green+Blue) = 176+174+144=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AE90 is #4F516F. Grayscale: #ABABAB. Windows color (decimal): -5198192 or 9481904. OLE color: 9481904.

HSL color Cylindrical-coordinate representation of color #B0AE90: hue angle of 56.25º 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 #B0AE90 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB176174144-
CMYK00.010.180.31
HSL56.25º16.84%62.75%-
HSV(B)56.25º18.18%69.02%-
XYZ38.0741.5232.39-
YUV171.18112.66131.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 144 (56.64% from 255) = 29.15%
R=35.63%
G=35.22%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617414400.010.180.3156.2516.8462.75
HexB0AE9001121F38113f
Octal260256220012237702177
Binary10110000101011101001000001100101111111100010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AE90; }

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

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

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

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

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

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

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

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