Shades of Citron #898F12
Tints of Citron #898F12
RGB
CMYK
RGB Variations
Color information
#898F12 (or 0x898F12) is known color: Citron. HEX triplet: 89, 8F and 12. RGB value is (137,143,18). Sum of RGB (Red+Green+Blue) = 137+143+18=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 143 (56.25% from 255 or 47.99% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 143 - color contains mainly: green. Hex color #898F12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898F12 is #7670ED. Grayscale: #7F7F7F. Windows color (decimal): -7762158 or 1216393. OLE color: 1216393.
HSL color Cylindrical-coordinate representation of color #898F12: hue angle of 62.88º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #898F12 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 143 | 18 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.44 |
| HSL | 62.88º | 0.78% | 0.32% | - |
| HSV(B) | 62.88º | 0.87% | 0.56% | - |
| XYZ | 20.25 | 25.01 | 4.33 | - |
| YUV | 126.96 | 66.51 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 18 | 0.04 | 0 | 0.87 | 0.44 | 62.88 | 0.78 | 0.32 |
| Hex | 89 | 8F | 12 | 4 | 0 | 57 | 2C | 3F | 4E | 20 |
| Octal | 211 | 217 | 22 | 4 | 0 | 127 | 54 | 77 | 116 | 40 |
| Binary | 10001001 | 10001111 | 10010 | 100 | 0 | 1010111 | 101100 | 111111 | 1001110 | 100000 |
Color Harmonies of #898F12
Complementary color
Monochromatic Colors of #898F12
Black with #898F12
Text Example
Text Example
White with #898F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898F12; }
p { color: rgb(137,143,18); }
H1.HeaderClassName
{
color: #898F12;
}
.AnyTagClassName
{
color: #898F12;
}
</style>
background-color css
<style>
a { background-color: #898F12; }
a { background-color: rgb(137,143,18); }
div.DivClassName
{
background-color: #898F12;
}
.BgClassName
{
background-color: #898F12;
}
</style>
border-color css
<style>
span { border-color: #898F12; }
span { border-color: rgb(137,143,18); }
td.TdClassName
{
border-color: #898F12;
}
.TagClassName
{
border-color: #898F12;
}
</style>