#B1AF90

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

Shades of Eagle #B1AF90

Tints of Eagle #B1AF90

Color information

#B1AF90 (or 0xB1AF90) is unknown color: approx Eagle. HEX triplet: B1, AF and 90. RGB value is (177,175,144). Sum of RGB (Red+Green+Blue) = 177+175+144=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AF90 is #4E506F. Grayscale: #ACACAC. Windows color (decimal): -5132400 or 9482161. OLE color: 9482161.

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

Color convert

RGB177175144-
CMYK00.010.190.31
HSL56.36º17.46%62.94%-
HSV(B)56.36º18.64%69.41%-
XYZ38.542.0232.47-
YUV172.06112.16131.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.69%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 144 (56.64% from 255) = 29.03%
R=35.69%
G=35.28%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717514400.010.190.3156.3617.4662.94
HexB1AF9001131F38113f
Octal261257220012337702177
Binary10110001101011111001000001100111111111100010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AF90; }

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

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

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

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

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

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

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

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