Shades of Citron #989211
Tints of Citron #989211
RGB
CMYK
RGB Variations
Color information
#989211 (or 0x989211) is known color: Citron. HEX triplet: 98, 92 and 11. RGB value is (152,146,17). Sum of RGB (Red+Green+Blue) = 152+146+17=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #989211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989211 is #676DEE. Grayscale: #858585. Windows color (decimal): -6778351 or 1151640. OLE color: 1151640.
HSL color Cylindrical-coordinate representation of color #989211: hue angle of 57.33º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #989211 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 146 | 17 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.40 |
| HSL | 57.33º | 0.8% | 0.33% | - |
| HSV(B) | 57.33º | 0.89% | 0.6% | - |
| XYZ | 23.33 | 27.27 | 4.57 | - |
| YUV | 133.09 | 62.49 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 17 | 0 | 0.04 | 0.89 | 0.40 | 57.33 | 0.8 | 0.33 |
| Hex | 98 | 92 | 11 | 0 | 4 | 59 | 28 | 39 | 50 | 21 |
| Octal | 230 | 222 | 21 | 0 | 4 | 131 | 50 | 71 | 120 | 41 |
| Binary | 10011000 | 10010010 | 10001 | 0 | 100 | 1011001 | 101000 | 111001 | 1010000 | 100001 |
Color Harmonies of #989211
Complementary color
Monochromatic Colors of #989211
Black with #989211
Text Example
Text Example
White with #989211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989211; }
p { color: rgb(152,146,17); }
H1.HeaderClassName
{
color: #989211;
}
.AnyTagClassName
{
color: #989211;
}
</style>
background-color css
<style>
a { background-color: #989211; }
a { background-color: rgb(152,146,17); }
div.DivClassName
{
background-color: #989211;
}
.BgClassName
{
background-color: #989211;
}
</style>
border-color css
<style>
span { border-color: #989211; }
span { border-color: rgb(152,146,17); }
td.TdClassName
{
border-color: #989211;
}
.TagClassName
{
border-color: #989211;
}
</style>