#B1AE90

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

Shades of Eagle #B1AE90

Tints of Eagle #B1AE90

Color information

#B1AE90 (or 0xB1AE90) is unknown color: approx Eagle. HEX triplet: B1, AE and 90. RGB value is (177,174,144). Sum of RGB (Red+Green+Blue) = 177+174+144=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AE90 is #4E516F. Grayscale: #ABABAB. Windows color (decimal): -5132656 or 9481905. OLE color: 9481905.

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

Color convert

RGB177174144-
CMYK00.020.190.31
HSL54.55º17.46%62.94%-
HSV(B)54.55º18.64%69.41%-
XYZ38.341.6332.4-
YUV171.48112.49131.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.76%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 144 (56.64% from 255) = 29.09%
R=35.76%
G=35.15%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717414400.020.190.3154.5517.4662.94
HexB1AE9002131F37113f
Octal261256220022337672177
Binary101100011010111010010000010100111111111011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AE90; }

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

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

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

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

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

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

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

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