Shades of Citron #899F20
Tints of Citron #899F20
RGB
CMYK
RGB Variations
Color information
#899F20 (or 0x899F20) is known color: Citron. HEX triplet: 89, 9F and 20. RGB value is (137,159,32). Sum of RGB (Red+Green+Blue) = 137+159+32=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 159 - color contains mainly: green. Hex color #899F20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899F20 is #7660DF. Grayscale: #8A8A8A. Windows color (decimal): -7758048 or 2137993. OLE color: 2137993.
HSL color Cylindrical-coordinate representation of color #899F20: hue angle of 70.39º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #899F20 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 159 | 32 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.38 |
| HSL | 70.39º | 0.66% | 0.37% | - |
| HSV(B) | 70.39º | 0.8% | 0.62% | - |
| XYZ | 22.98 | 30.22 | 5.99 | - |
| YUV | 137.94 | 68.21 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 159 | 32 | 0.14 | 0 | 0.80 | 0.38 | 70.39 | 0.66 | 0.37 |
| Hex | 89 | 9F | 20 | E | 0 | 50 | 26 | 46 | 42 | 25 |
| Octal | 211 | 237 | 40 | 16 | 0 | 120 | 46 | 106 | 102 | 45 |
| Binary | 10001001 | 10011111 | 100000 | 1110 | 0 | 1010000 | 100110 | 1000110 | 1000010 | 100101 |
Color Harmonies of #899F20
Complementary color
Monochromatic Colors of #899F20
Black with #899F20
Text Example
Text Example
White with #899F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899F20; }
p { color: rgb(137,159,32); }
H1.HeaderClassName
{
color: #899F20;
}
.AnyTagClassName
{
color: #899F20;
}
</style>
background-color css
<style>
a { background-color: #899F20; }
a { background-color: rgb(137,159,32); }
div.DivClassName
{
background-color: #899F20;
}
.BgClassName
{
background-color: #899F20;
}
</style>
border-color css
<style>
span { border-color: #899F20; }
span { border-color: rgb(137,159,32); }
td.TdClassName
{
border-color: #899F20;
}
.TagClassName
{
border-color: #899F20;
}
</style>