Shades of Citron #899016
Tints of Citron #899016
RGB
CMYK
RGB Variations
Color information
#899016 (or 0x899016) is known color: Citron. HEX triplet: 89, 90 and 16. RGB value is (137,144,22). Sum of RGB (Red+Green+Blue) = 137+144+22=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #899016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899016 is #766FE9. Grayscale: #808080. Windows color (decimal): -7761898 or 1478793. OLE color: 1478793.
HSL color Cylindrical-coordinate representation of color #899016: hue angle of 63.44º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #899016 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 144 | 22 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.44 |
| HSL | 63.44º | 0.73% | 0.33% | - |
| HSV(B) | 63.44º | 0.85% | 0.56% | - |
| XYZ | 20.43 | 25.32 | 4.57 | - |
| YUV | 128 | 68.18 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 22 | 0.05 | 0 | 0.85 | 0.44 | 63.44 | 0.73 | 0.33 |
| Hex | 89 | 90 | 16 | 5 | 0 | 55 | 2C | 3F | 49 | 21 |
| Octal | 211 | 220 | 26 | 5 | 0 | 125 | 54 | 77 | 111 | 41 |
| Binary | 10001001 | 10010000 | 10110 | 101 | 0 | 1010101 | 101100 | 111111 | 1001001 | 100001 |
Color Harmonies of #899016
Complementary color
Monochromatic Colors of #899016
Black with #899016
Text Example
Text Example
White with #899016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899016; }
p { color: rgb(137,144,22); }
H1.HeaderClassName
{
color: #899016;
}
.AnyTagClassName
{
color: #899016;
}
</style>
background-color css
<style>
a { background-color: #899016; }
a { background-color: rgb(137,144,22); }
div.DivClassName
{
background-color: #899016;
}
.BgClassName
{
background-color: #899016;
}
</style>
border-color css
<style>
span { border-color: #899016; }
span { border-color: rgb(137,144,22); }
td.TdClassName
{
border-color: #899016;
}
.TagClassName
{
border-color: #899016;
}
</style>