Shades of Citron #899310
Tints of Citron #899310
RGB
CMYK
RGB Variations
Color information
#899310 (or 0x899310) is known color: Citron. HEX triplet: 89, 93 and 10. RGB value is (137,147,16). Sum of RGB (Red+Green+Blue) = 137+147+16=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #899310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899310 is #766CEF. Grayscale: #818181. Windows color (decimal): -7761136 or 1086345. OLE color: 1086345.
HSL color Cylindrical-coordinate representation of color #899310: hue angle of 64.58º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #899310 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 147 | 16 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.42 |
| HSL | 64.58º | 0.8% | 0.32% | - |
| HSV(B) | 64.58º | 0.89% | 0.58% | - |
| XYZ | 20.84 | 26.22 | 4.45 | - |
| YUV | 129.08 | 64.19 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 16 | 0.07 | 0 | 0.89 | 0.42 | 64.58 | 0.8 | 0.32 |
| Hex | 89 | 93 | 10 | 7 | 0 | 59 | 2A | 41 | 50 | 20 |
| Octal | 211 | 223 | 20 | 7 | 0 | 131 | 52 | 101 | 120 | 40 |
| Binary | 10001001 | 10010011 | 10000 | 111 | 0 | 1011001 | 101010 | 1000001 | 1010000 | 100000 |
Color Harmonies of #899310
Complementary color
Monochromatic Colors of #899310
Black with #899310
Text Example
Text Example
White with #899310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899310; }
p { color: rgb(137,147,16); }
H1.HeaderClassName
{
color: #899310;
}
.AnyTagClassName
{
color: #899310;
}
</style>
background-color css
<style>
a { background-color: #899310; }
a { background-color: rgb(137,147,16); }
div.DivClassName
{
background-color: #899310;
}
.BgClassName
{
background-color: #899310;
}
</style>
border-color css
<style>
span { border-color: #899310; }
span { border-color: rgb(137,147,16); }
td.TdClassName
{
border-color: #899310;
}
.TagClassName
{
border-color: #899310;
}
</style>