Shades of Yukon Gold #897A16
Tints of Yukon Gold #897A16
RGB
CMYK
RGB Variations
Color information
#897A16 (or 0x897A16) is known color: Yukon Gold. HEX triplet: 89, 7A and 16. RGB value is (137,122,22). Sum of RGB (Red+Green+Blue) = 137+122+22=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #897A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897A16 is #7685E9. Grayscale: #737373. Windows color (decimal): -7767530 or 1473161. OLE color: 1473161.
HSL color Cylindrical-coordinate representation of color #897A16: hue angle of 52.17º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #897A16 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 122 | 22 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.46 |
| HSL | 52.17º | 0.72% | 0.31% | - |
| HSV(B) | 52.17º | 0.84% | 0.54% | - |
| XYZ | 17.42 | 19.3 | 3.57 | - |
| YUV | 115.09 | 75.47 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 22 | 0 | 0.11 | 0.84 | 0.46 | 52.17 | 0.72 | 0.31 |
| Hex | 89 | 7A | 16 | 0 | B | 54 | 2E | 34 | 48 | 1F |
| Octal | 211 | 172 | 26 | 0 | 13 | 124 | 56 | 64 | 110 | 37 |
| Binary | 10001001 | 1111010 | 10110 | 0 | 1011 | 1010100 | 101110 | 110100 | 1001000 | 11111 |
Color Harmonies of #897A16
Complementary color
Monochromatic Colors of #897A16
Black with #897A16
Text Example
Text Example
White with #897A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897A16; }
p { color: rgb(137,122,22); }
H1.HeaderClassName
{
color: #897A16;
}
.AnyTagClassName
{
color: #897A16;
}
</style>
background-color css
<style>
a { background-color: #897A16; }
a { background-color: rgb(137,122,22); }
div.DivClassName
{
background-color: #897A16;
}
.BgClassName
{
background-color: #897A16;
}
</style>
border-color css
<style>
span { border-color: #897A16; }
span { border-color: rgb(137,122,22); }
td.TdClassName
{
border-color: #897A16;
}
.TagClassName
{
border-color: #897A16;
}
</style>