Shades of Citron #898F14
Tints of Citron #898F14
RGB
CMYK
RGB Variations
Color information
#898F14 (or 0x898F14) is known color: Citron. HEX triplet: 89, 8F and 14. RGB value is (137,143,20). Sum of RGB (Red+Green+Blue) = 137+143+20=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 143 (56.25% from 255 or 47.67% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 143 - color contains mainly: green. Hex color #898F14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898F14 is #7670EB. Grayscale: #7F7F7F. Windows color (decimal): -7762156 or 1347465. OLE color: 1347465.
HSL color Cylindrical-coordinate representation of color #898F14: hue angle of 62.93º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #898F14 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 143 | 20 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.44 |
| HSL | 62.93º | 0.75% | 0.32% | - |
| HSV(B) | 62.93º | 0.86% | 0.56% | - |
| XYZ | 20.27 | 25.01 | 4.42 | - |
| YUV | 127.18 | 67.51 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 20 | 0.04 | 0 | 0.86 | 0.44 | 62.93 | 0.75 | 0.32 |
| Hex | 89 | 8F | 14 | 4 | 0 | 56 | 2C | 3F | 4B | 20 |
| Octal | 211 | 217 | 24 | 4 | 0 | 126 | 54 | 77 | 113 | 40 |
| Binary | 10001001 | 10001111 | 10100 | 100 | 0 | 1010110 | 101100 | 111111 | 1001011 | 100000 |
Color Harmonies of #898F14
Complementary color
Monochromatic Colors of #898F14
Black with #898F14
Text Example
Text Example
White with #898F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898F14; }
p { color: rgb(137,143,20); }
H1.HeaderClassName
{
color: #898F14;
}
.AnyTagClassName
{
color: #898F14;
}
</style>
background-color css
<style>
a { background-color: #898F14; }
a { background-color: rgb(137,143,20); }
div.DivClassName
{
background-color: #898F14;
}
.BgClassName
{
background-color: #898F14;
}
</style>
border-color css
<style>
span { border-color: #898F14; }
span { border-color: rgb(137,143,20); }
td.TdClassName
{
border-color: #898F14;
}
.TagClassName
{
border-color: #898F14;
}
</style>