Shades of Citron #899C16
Tints of Citron #899C16
RGB
CMYK
RGB Variations
Color information
#899C16 (or 0x899C16) is known color: Citron. HEX triplet: 89, 9C and 16. RGB value is (137,156,22). Sum of RGB (Red+Green+Blue) = 137+156+22=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 156 (61.33% from 255 or 49.52% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 156 - color contains mainly: green. Hex color #899C16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899C16 is #7663E9. Grayscale: #878787. Windows color (decimal): -7758826 or 1481865. OLE color: 1481865.
HSL color Cylindrical-coordinate representation of color #899C16: hue angle of 68.51º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #899C16 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 156 | 22 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.39 |
| HSL | 68.51º | 0.75% | 0.35% | - |
| HSV(B) | 68.51º | 0.86% | 0.61% | - |
| XYZ | 22.35 | 29.15 | 5.21 | - |
| YUV | 135.04 | 64.21 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 22 | 0.12 | 0 | 0.86 | 0.39 | 68.51 | 0.75 | 0.35 |
| Hex | 89 | 9C | 16 | C | 0 | 56 | 27 | 45 | 4B | 23 |
| Octal | 211 | 234 | 26 | 14 | 0 | 126 | 47 | 105 | 113 | 43 |
| Binary | 10001001 | 10011100 | 10110 | 1100 | 0 | 1010110 | 100111 | 1000101 | 1001011 | 100011 |
Color Harmonies of #899C16
Complementary color
Monochromatic Colors of #899C16
Black with #899C16
Text Example
Text Example
White with #899C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899C16; }
p { color: rgb(137,156,22); }
H1.HeaderClassName
{
color: #899C16;
}
.AnyTagClassName
{
color: #899C16;
}
</style>
background-color css
<style>
a { background-color: #899C16; }
a { background-color: rgb(137,156,22); }
div.DivClassName
{
background-color: #899C16;
}
.BgClassName
{
background-color: #899C16;
}
</style>
border-color css
<style>
span { border-color: #899C16; }
span { border-color: rgb(137,156,22); }
td.TdClassName
{
border-color: #899C16;
}
.TagClassName
{
border-color: #899C16;
}
</style>