Shades of Citron #898D14
Tints of Citron #898D14
RGB
CMYK
RGB Variations
Color information
#898D14 (or 0x898D14) is known color: Citron. HEX triplet: 89, 8D and 14. RGB value is (137,141,20). Sum of RGB (Red+Green+Blue) = 137+141+20=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 141 (55.47% from 255 or 47.32% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 141 - color contains mainly: green. Hex color #898D14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898D14 is #7672EB. Grayscale: #7E7E7E. Windows color (decimal): -7762668 or 1346953. OLE color: 1346953.
HSL color Cylindrical-coordinate representation of color #898D14: hue angle of 61.98º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #898D14 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 141 | 20 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.45 |
| HSL | 61.98º | 0.75% | 0.32% | - |
| HSV(B) | 61.98º | 0.86% | 0.55% | - |
| XYZ | 19.97 | 24.42 | 4.32 | - |
| YUV | 126.01 | 68.17 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 141 | 20 | 0.03 | 0 | 0.86 | 0.45 | 61.98 | 0.75 | 0.32 |
| Hex | 89 | 8D | 14 | 3 | 0 | 56 | 2D | 3E | 4B | 20 |
| Octal | 211 | 215 | 24 | 3 | 0 | 126 | 55 | 76 | 113 | 40 |
| Binary | 10001001 | 10001101 | 10100 | 11 | 0 | 1010110 | 101101 | 111110 | 1001011 | 100000 |
Color Harmonies of #898D14
Complementary color
Monochromatic Colors of #898D14
Black with #898D14
Text Example
Text Example
White with #898D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898D14; }
p { color: rgb(137,141,20); }
H1.HeaderClassName
{
color: #898D14;
}
.AnyTagClassName
{
color: #898D14;
}
</style>
background-color css
<style>
a { background-color: #898D14; }
a { background-color: rgb(137,141,20); }
div.DivClassName
{
background-color: #898D14;
}
.BgClassName
{
background-color: #898D14;
}
</style>
border-color css
<style>
span { border-color: #898D14; }
span { border-color: rgb(137,141,20); }
td.TdClassName
{
border-color: #898D14;
}
.TagClassName
{
border-color: #898D14;
}
</style>