Shades of Citron #899B16
Tints of Citron #899B16
RGB
CMYK
RGB Variations
Color information
#899B16 (or 0x899B16) is known color: Citron. HEX triplet: 89, 9B and 16. RGB value is (137,155,22). Sum of RGB (Red+Green+Blue) = 137+155+22=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 155 (60.94% from 255 or 49.36% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 155 - color contains mainly: green. Hex color #899B16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899B16 is #7664E9. Grayscale: #868686. Windows color (decimal): -7759082 or 1481609. OLE color: 1481609.
HSL color Cylindrical-coordinate representation of color #899B16: hue angle of 68.12º 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 #899B16 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 155 | 22 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.39 |
| HSL | 68.12º | 0.75% | 0.35% | - |
| HSV(B) | 68.12º | 0.86% | 0.61% | - |
| XYZ | 22.18 | 28.82 | 5.15 | - |
| YUV | 134.46 | 64.54 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 22 | 0.12 | 0 | 0.86 | 0.39 | 68.12 | 0.75 | 0.35 |
| Hex | 89 | 9B | 16 | C | 0 | 56 | 27 | 44 | 4B | 23 |
| Octal | 211 | 233 | 26 | 14 | 0 | 126 | 47 | 104 | 113 | 43 |
| Binary | 10001001 | 10011011 | 10110 | 1100 | 0 | 1010110 | 100111 | 1000100 | 1001011 | 100011 |
Color Harmonies of #899B16
Complementary color
Monochromatic Colors of #899B16
Black with #899B16
Text Example
Text Example
White with #899B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899B16; }
p { color: rgb(137,155,22); }
H1.HeaderClassName
{
color: #899B16;
}
.AnyTagClassName
{
color: #899B16;
}
</style>
background-color css
<style>
a { background-color: #899B16; }
a { background-color: rgb(137,155,22); }
div.DivClassName
{
background-color: #899B16;
}
.BgClassName
{
background-color: #899B16;
}
</style>
border-color css
<style>
span { border-color: #899B16; }
span { border-color: rgb(137,155,22); }
td.TdClassName
{
border-color: #899B16;
}
.TagClassName
{
border-color: #899B16;
}
</style>