Shades of Eagle #B1AF90
Tints of Eagle #B1AF90
RGB
CMYK
RGB Variations
Color information
#B1AF90 (or 0xB1AF90) is known color: 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
| RGB | 177 | 175 | 144 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.31 |
| HSL | 56.36º | 0.17% | 0.63% | - |
| HSV(B) | 56.36º | 0.19% | 0.69% | - |
| XYZ | 38.5 | 42.02 | 32.47 | - |
| YUV | 172.06 | 112.16 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 144 | 0 | 0.01 | 0.19 | 0.31 | 56.36 | 0.17 | 0.63 |
| Hex | B1 | AF | 90 | 0 | 1 | 13 | 1F | 38 | 11 | 3F |
| Octal | 261 | 257 | 220 | 0 | 1 | 23 | 37 | 70 | 21 | 77 |
| Binary | 10110001 | 10101111 | 10010000 | 0 | 1 | 10011 | 11111 | 111000 | 10001 | 111111 |
Color Harmonies of #B1AF90
Complementary color
Monochromatic Colors of #B1AF90
Black with #B1AF90
Text Example
Text Example
White with #B1AF90
Text Example
Text Example
HTML Codes & Css Web 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>