Shades of Eagle #B2AB90
Tints of Eagle #B2AB90
RGB
CMYK
RGB Variations
Color information
#B2AB90 (or 0xB2AB90) is known color: Eagle. HEX triplet: B2, AB and 90. RGB value is (178,171,144). Sum of RGB (Red+Green+Blue) = 178+171+144=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AB90 is #4D546F. Grayscale: #AAAAAA. Windows color (decimal): -5067888 or 9481138. OLE color: 9481138.
HSL color Cylindrical-coordinate representation of color #B2AB90: hue angle of 47.65º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2AB90 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 144 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.30 |
| HSL | 47.65º | 0.18% | 0.63% | - |
| HSV(B) | 47.65º | 0.19% | 0.7% | - |
| XYZ | 37.96 | 40.6 | 32.22 | - |
| YUV | 170.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 144 | 0 | 0.04 | 0.19 | 0.30 | 47.65 | 0.18 | 0.63 |
| Hex | B2 | AB | 90 | 0 | 4 | 13 | 1E | 30 | 12 | 3F |
| Octal | 262 | 253 | 220 | 0 | 4 | 23 | 36 | 60 | 22 | 77 |
| Binary | 10110010 | 10101011 | 10010000 | 0 | 100 | 10011 | 11110 | 110000 | 10010 | 111111 |
Color Harmonies of #B2AB90
Complementary color
Monochromatic Colors of #B2AB90
Black with #B2AB90
Text Example
Text Example
White with #B2AB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AB90; }
p { color: rgb(178,171,144); }
H1.HeaderClassName
{
color: #B2AB90;
}
.AnyTagClassName
{
color: #B2AB90;
}
</style>
background-color css
<style>
a { background-color: #B2AB90; }
a { background-color: rgb(178,171,144); }
div.DivClassName
{
background-color: #B2AB90;
}
.BgClassName
{
background-color: #B2AB90;
}
</style>
border-color css
<style>
span { border-color: #B2AB90; }
span { border-color: rgb(178,171,144); }
td.TdClassName
{
border-color: #B2AB90;
}
.TagClassName
{
border-color: #B2AB90;
}
</style>