Shades of Citron #899012
Tints of Citron #899012
RGB
CMYK
RGB Variations
Color information
#899012 (or 0x899012) is known color: Citron. HEX triplet: 89, 90 and 12. RGB value is (137,144,18). Sum of RGB (Red+Green+Blue) = 137+144+18=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #899012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899012 is #766FED. Grayscale: #808080. Windows color (decimal): -7761902 or 1216649. OLE color: 1216649.
HSL color Cylindrical-coordinate representation of color #899012: hue angle of 63.33º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #899012 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 144 | 18 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.44 |
| HSL | 63.33º | 0.78% | 0.32% | - |
| HSV(B) | 63.33º | 0.88% | 0.56% | - |
| XYZ | 20.4 | 25.31 | 4.38 | - |
| YUV | 127.54 | 66.18 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 18 | 0.05 | 0 | 0.88 | 0.44 | 63.33 | 0.78 | 0.32 |
| Hex | 89 | 90 | 12 | 5 | 0 | 58 | 2C | 3F | 4E | 20 |
| Octal | 211 | 220 | 22 | 5 | 0 | 130 | 54 | 77 | 116 | 40 |
| Binary | 10001001 | 10010000 | 10010 | 101 | 0 | 1011000 | 101100 | 111111 | 1001110 | 100000 |
Color Harmonies of #899012
Complementary color
Monochromatic Colors of #899012
Black with #899012
Text Example
Text Example
White with #899012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899012; }
p { color: rgb(137,144,18); }
H1.HeaderClassName
{
color: #899012;
}
.AnyTagClassName
{
color: #899012;
}
</style>
background-color css
<style>
a { background-color: #899012; }
a { background-color: rgb(137,144,18); }
div.DivClassName
{
background-color: #899012;
}
.BgClassName
{
background-color: #899012;
}
</style>
border-color css
<style>
span { border-color: #899012; }
span { border-color: rgb(137,144,18); }
td.TdClassName
{
border-color: #899012;
}
.TagClassName
{
border-color: #899012;
}
</style>