Shades of Eagle #B2AE9A
Tints of Eagle #B2AE9A
RGB
CMYK
RGB Variations
Color information
#B2AE9A (or 0xB2AE9A) is known color: Eagle. HEX triplet: B2, AE and 9A. RGB value is (178,174,154). Sum of RGB (Red+Green+Blue) = 178+174+154=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AE9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AE9A is #4D5165. Grayscale: #ADADAD. Windows color (decimal): -5067110 or 10137266. OLE color: 10137266.
HSL color Cylindrical-coordinate representation of color #B2AE9A: hue angle of 50º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2AE9A is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 174 | 154 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.30 |
| HSL | 50º | 0.13% | 0.65% | - |
| HSV(B) | 50º | 0.13% | 0.7% | - |
| XYZ | 39.33 | 42.07 | 36.62 | - |
| YUV | 172.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 174 | 154 | 0 | 0.02 | 0.13 | 0.30 | 50 | 0.13 | 0.65 |
| Hex | B2 | AE | 9A | 0 | 2 | D | 1E | 32 | D | 41 |
| Octal | 262 | 256 | 232 | 0 | 2 | 15 | 36 | 62 | 15 | 101 |
| Binary | 10110010 | 10101110 | 10011010 | 0 | 10 | 1101 | 11110 | 110010 | 1101 | 1000001 |
Color Harmonies of #B2AE9A
Complementary color
Monochromatic Colors of #B2AE9A
Black with #B2AE9A
Text Example
Text Example
White with #B2AE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AE9A; }
p { color: rgb(178,174,154); }
H1.HeaderClassName
{
color: #B2AE9A;
}
.AnyTagClassName
{
color: #B2AE9A;
}
</style>
background-color css
<style>
a { background-color: #B2AE9A; }
a { background-color: rgb(178,174,154); }
div.DivClassName
{
background-color: #B2AE9A;
}
.BgClassName
{
background-color: #B2AE9A;
}
</style>
border-color css
<style>
span { border-color: #B2AE9A; }
span { border-color: rgb(178,174,154); }
td.TdClassName
{
border-color: #B2AE9A;
}
.TagClassName
{
border-color: #B2AE9A;
}
</style>