Shades of Citron #989322
Tints of Citron #989322
RGB
CMYK
RGB Variations
Color information
#989322 (or 0x989322) is known color: Citron. HEX triplet: 98, 93 and 22. RGB value is (152,147,34). Sum of RGB (Red+Green+Blue) = 152+147+34=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 34 (13.67% from 255 or 10.21% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #989322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989322 is #676CDD. Grayscale: #888888. Windows color (decimal): -6778078 or 2266008. OLE color: 2266008.
HSL color Cylindrical-coordinate representation of color #989322: hue angle of 57.46º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #989322 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 147 | 34 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.40 |
| HSL | 57.46º | 0.63% | 0.36% | - |
| HSV(B) | 57.46º | 0.78% | 0.6% | - |
| XYZ | 23.67 | 27.66 | 5.6 | - |
| YUV | 135.61 | 70.66 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 147 | 34 | 0 | 0.03 | 0.78 | 0.40 | 57.46 | 0.63 | 0.36 |
| Hex | 98 | 93 | 22 | 0 | 3 | 4E | 28 | 39 | 3F | 24 |
| Octal | 230 | 223 | 42 | 0 | 3 | 116 | 50 | 71 | 77 | 44 |
| Binary | 10011000 | 10010011 | 100010 | 0 | 11 | 1001110 | 101000 | 111001 | 111111 | 100100 |
Color Harmonies of #989322
Complementary color
Monochromatic Colors of #989322
Black with #989322
Text Example
Text Example
White with #989322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989322; }
p { color: rgb(152,147,34); }
H1.HeaderClassName
{
color: #989322;
}
.AnyTagClassName
{
color: #989322;
}
</style>
background-color css
<style>
a { background-color: #989322; }
a { background-color: rgb(152,147,34); }
div.DivClassName
{
background-color: #989322;
}
.BgClassName
{
background-color: #989322;
}
</style>
border-color css
<style>
span { border-color: #989322; }
span { border-color: rgb(152,147,34); }
td.TdClassName
{
border-color: #989322;
}
.TagClassName
{
border-color: #989322;
}
</style>