Shades of Citron #899613
Tints of Citron #899613
RGB
CMYK
RGB Variations
Color information
#899613 (or 0x899613) is known color: Citron. HEX triplet: 89, 96 and 13. RGB value is (137,150,19). Sum of RGB (Red+Green+Blue) = 137+150+19=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #899613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899613 is #7669EC. Grayscale: #838383. Windows color (decimal): -7760365 or 1283721. OLE color: 1283721.
HSL color Cylindrical-coordinate representation of color #899613: hue angle of 65.95º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #899613 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 150 | 19 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.41 |
| HSL | 65.95º | 0.78% | 0.33% | - |
| HSV(B) | 65.95º | 0.87% | 0.59% | - |
| XYZ | 21.34 | 27.18 | 4.74 | - |
| YUV | 131.18 | 64.69 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 19 | 0.09 | 0 | 0.87 | 0.41 | 65.95 | 0.78 | 0.33 |
| Hex | 89 | 96 | 13 | 9 | 0 | 57 | 29 | 42 | 4E | 21 |
| Octal | 211 | 226 | 23 | 11 | 0 | 127 | 51 | 102 | 116 | 41 |
| Binary | 10001001 | 10010110 | 10011 | 1001 | 0 | 1010111 | 101001 | 1000010 | 1001110 | 100001 |
Color Harmonies of #899613
Complementary color
Monochromatic Colors of #899613
Black with #899613
Text Example
Text Example
White with #899613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899613; }
p { color: rgb(137,150,19); }
H1.HeaderClassName
{
color: #899613;
}
.AnyTagClassName
{
color: #899613;
}
</style>
background-color css
<style>
a { background-color: #899613; }
a { background-color: rgb(137,150,19); }
div.DivClassName
{
background-color: #899613;
}
.BgClassName
{
background-color: #899613;
}
</style>
border-color css
<style>
span { border-color: #899613; }
span { border-color: rgb(137,150,19); }
td.TdClassName
{
border-color: #899613;
}
.TagClassName
{
border-color: #899613;
}
</style>