Shades of Citron #899118
Tints of Citron #899118
RGB
CMYK
RGB Variations
Color information
#899118 (or 0x899118) is known color: Citron. HEX triplet: 89, 91 and 18. RGB value is (137,145,24). Sum of RGB (Red+Green+Blue) = 137+145+24=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 145 - color contains mainly: green. Hex color #899118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899118 is #766EE7. Grayscale: #818181. Windows color (decimal): -7761640 or 1610121. OLE color: 1610121.
HSL color Cylindrical-coordinate representation of color #899118: hue angle of 63.97º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #899118 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 145 | 24 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.43 |
| HSL | 63.97º | 0.72% | 0.33% | - |
| HSV(B) | 63.97º | 0.83% | 0.57% | - |
| XYZ | 20.61 | 25.64 | 4.73 | - |
| YUV | 128.81 | 68.85 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 145 | 24 | 0.06 | 0 | 0.83 | 0.43 | 63.97 | 0.72 | 0.33 |
| Hex | 89 | 91 | 18 | 6 | 0 | 53 | 2B | 40 | 48 | 21 |
| Octal | 211 | 221 | 30 | 6 | 0 | 123 | 53 | 100 | 110 | 41 |
| Binary | 10001001 | 10010001 | 11000 | 110 | 0 | 1010011 | 101011 | 1000000 | 1001000 | 100001 |
Color Harmonies of #899118
Complementary color
Monochromatic Colors of #899118
Black with #899118
Text Example
Text Example
White with #899118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899118; }
p { color: rgb(137,145,24); }
H1.HeaderClassName
{
color: #899118;
}
.AnyTagClassName
{
color: #899118;
}
</style>
background-color css
<style>
a { background-color: #899118; }
a { background-color: rgb(137,145,24); }
div.DivClassName
{
background-color: #899118;
}
.BgClassName
{
background-color: #899118;
}
</style>
border-color css
<style>
span { border-color: #899118; }
span { border-color: rgb(137,145,24); }
td.TdClassName
{
border-color: #899118;
}
.TagClassName
{
border-color: #899118;
}
</style>