Shades of Citron #899121
Tints of Citron #899121
RGB
CMYK
RGB Variations
Color information
#899121 (or 0x899121) is known color: Citron. HEX triplet: 89, 91 and 21. RGB value is (137,145,33). Sum of RGB (Red+Green+Blue) = 137+145+33=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #899121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899121 is #766EDE. Grayscale: #828282. Windows color (decimal): -7761631 or 2199945. OLE color: 2199945.
HSL color Cylindrical-coordinate representation of color #899121: hue angle of 64.29º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #899121 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 145 | 33 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.43 |
| HSL | 64.29º | 0.63% | 0.35% | - |
| HSV(B) | 64.29º | 0.77% | 0.57% | - |
| XYZ | 20.72 | 25.68 | 5.3 | - |
| YUV | 129.84 | 73.35 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 145 | 33 | 0.06 | 0 | 0.77 | 0.43 | 64.29 | 0.63 | 0.35 |
| Hex | 89 | 91 | 21 | 6 | 0 | 4D | 2B | 40 | 3F | 23 |
| Octal | 211 | 221 | 41 | 6 | 0 | 115 | 53 | 100 | 77 | 43 |
| Binary | 10001001 | 10010001 | 100001 | 110 | 0 | 1001101 | 101011 | 1000000 | 111111 | 100011 |
Color Harmonies of #899121
Complementary color
Monochromatic Colors of #899121
Black with #899121
Text Example
Text Example
White with #899121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899121; }
p { color: rgb(137,145,33); }
H1.HeaderClassName
{
color: #899121;
}
.AnyTagClassName
{
color: #899121;
}
</style>
background-color css
<style>
a { background-color: #899121; }
a { background-color: rgb(137,145,33); }
div.DivClassName
{
background-color: #899121;
}
.BgClassName
{
background-color: #899121;
}
</style>
border-color css
<style>
span { border-color: #899121; }
span { border-color: rgb(137,145,33); }
td.TdClassName
{
border-color: #899121;
}
.TagClassName
{
border-color: #899121;
}
</style>