Shades of Citron #899E14
Tints of Citron #899E14
RGB
CMYK
RGB Variations
Color information
#899E14 (or 0x899E14) is known color: Citron. HEX triplet: 89, 9E and 14. RGB value is (137,158,20). Sum of RGB (Red+Green+Blue) = 137+158+20=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 158 (62.11% from 255 or 50.16% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 158 - color contains mainly: green. Hex color #899E14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899E14 is #7661EB. Grayscale: #888888. Windows color (decimal): -7758316 or 1351305. OLE color: 1351305.
HSL color Cylindrical-coordinate representation of color #899E14: hue angle of 69.13º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #899E14 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 158 | 20 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.38 |
| HSL | 69.13º | 0.78% | 0.35% | - |
| HSV(B) | 69.13º | 0.87% | 0.62% | - |
| XYZ | 22.67 | 29.82 | 5.22 | - |
| YUV | 135.99 | 62.54 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 158 | 20 | 0.13 | 0 | 0.87 | 0.38 | 69.13 | 0.78 | 0.35 |
| Hex | 89 | 9E | 14 | D | 0 | 57 | 26 | 45 | 4E | 23 |
| Octal | 211 | 236 | 24 | 15 | 0 | 127 | 46 | 105 | 116 | 43 |
| Binary | 10001001 | 10011110 | 10100 | 1101 | 0 | 1010111 | 100110 | 1000101 | 1001110 | 100011 |
Color Harmonies of #899E14
Complementary color
Monochromatic Colors of #899E14
Black with #899E14
Text Example
Text Example
White with #899E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899E14; }
p { color: rgb(137,158,20); }
H1.HeaderClassName
{
color: #899E14;
}
.AnyTagClassName
{
color: #899E14;
}
</style>
background-color css
<style>
a { background-color: #899E14; }
a { background-color: rgb(137,158,20); }
div.DivClassName
{
background-color: #899E14;
}
.BgClassName
{
background-color: #899E14;
}
</style>
border-color css
<style>
span { border-color: #899E14; }
span { border-color: rgb(137,158,20); }
td.TdClassName
{
border-color: #899E14;
}
.TagClassName
{
border-color: #899E14;
}
</style>