Shades of Citron #899114
Tints of Citron #899114
RGB
CMYK
RGB Variations
Color information
#899114 (or 0x899114) is known color: Citron. HEX triplet: 89, 91 and 14. RGB value is (137,145,20). Sum of RGB (Red+Green+Blue) = 137+145+20=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #899114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899114 is #766EEB. Grayscale: #808080. Windows color (decimal): -7761644 or 1347977. OLE color: 1347977.
HSL color Cylindrical-coordinate representation of color #899114: hue angle of 63.84º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #899114 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 145 | 20 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.43 |
| HSL | 63.84º | 0.76% | 0.32% | - |
| HSV(B) | 63.84º | 0.86% | 0.57% | - |
| XYZ | 20.57 | 25.62 | 4.52 | - |
| YUV | 128.36 | 66.85 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 145 | 20 | 0.06 | 0 | 0.86 | 0.43 | 63.84 | 0.76 | 0.32 |
| Hex | 89 | 91 | 14 | 6 | 0 | 56 | 2B | 40 | 4C | 20 |
| Octal | 211 | 221 | 24 | 6 | 0 | 126 | 53 | 100 | 114 | 40 |
| Binary | 10001001 | 10010001 | 10100 | 110 | 0 | 1010110 | 101011 | 1000000 | 1001100 | 100000 |
Color Harmonies of #899114
Complementary color
Monochromatic Colors of #899114
Black with #899114
Text Example
Text Example
White with #899114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899114; }
p { color: rgb(137,145,20); }
H1.HeaderClassName
{
color: #899114;
}
.AnyTagClassName
{
color: #899114;
}
</style>
background-color css
<style>
a { background-color: #899114; }
a { background-color: rgb(137,145,20); }
div.DivClassName
{
background-color: #899114;
}
.BgClassName
{
background-color: #899114;
}
</style>
border-color css
<style>
span { border-color: #899114; }
span { border-color: rgb(137,145,20); }
td.TdClassName
{
border-color: #899114;
}
.TagClassName
{
border-color: #899114;
}
</style>