Shades of Citron #899A16
Tints of Citron #899A16
RGB
CMYK
RGB Variations
Color information
#899A16 (or 0x899A16) is known color: Citron. HEX triplet: 89, 9A and 16. RGB value is (137,154,22). Sum of RGB (Red+Green+Blue) = 137+154+22=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 154 (60.55% from 255 or 49.20% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 154 - color contains mainly: green. Hex color #899A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899A16 is #7665E9. Grayscale: #868686. Windows color (decimal): -7759338 or 1481353. OLE color: 1481353.
HSL color Cylindrical-coordinate representation of color #899A16: hue angle of 67.73º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #899A16 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 154 | 22 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.40 |
| HSL | 67.73º | 0.75% | 0.35% | - |
| HSV(B) | 67.73º | 0.86% | 0.6% | - |
| XYZ | 22.02 | 28.49 | 5.1 | - |
| YUV | 133.87 | 64.87 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 22 | 0.11 | 0 | 0.86 | 0.40 | 67.73 | 0.75 | 0.35 |
| Hex | 89 | 9A | 16 | B | 0 | 56 | 28 | 44 | 4B | 23 |
| Octal | 211 | 232 | 26 | 13 | 0 | 126 | 50 | 104 | 113 | 43 |
| Binary | 10001001 | 10011010 | 10110 | 1011 | 0 | 1010110 | 101000 | 1000100 | 1001011 | 100011 |
Color Harmonies of #899A16
Complementary color
Monochromatic Colors of #899A16
Black with #899A16
Text Example
Text Example
White with #899A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899A16; }
p { color: rgb(137,154,22); }
H1.HeaderClassName
{
color: #899A16;
}
.AnyTagClassName
{
color: #899A16;
}
</style>
background-color css
<style>
a { background-color: #899A16; }
a { background-color: rgb(137,154,22); }
div.DivClassName
{
background-color: #899A16;
}
.BgClassName
{
background-color: #899A16;
}
</style>
border-color css
<style>
span { border-color: #899A16; }
span { border-color: rgb(137,154,22); }
td.TdClassName
{
border-color: #899A16;
}
.TagClassName
{
border-color: #899A16;
}
</style>