Shades of Citron #989323
Tints of Citron #989323
RGB
CMYK
RGB Variations
Color information
#989323 (or 0x989323) is known color: Citron. HEX triplet: 98, 93 and 23. RGB value is (152,147,35). Sum of RGB (Red+Green+Blue) = 152+147+35=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 35 (14.06% from 255 or 10.48% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #989323 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989323 is #676CDC. Grayscale: #888888. Windows color (decimal): -6778077 or 2331544. OLE color: 2331544.
HSL color Cylindrical-coordinate representation of color #989323: hue angle of 57.44º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #989323 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 147 | 35 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.40 |
| HSL | 57.44º | 0.63% | 0.37% | - |
| HSV(B) | 57.44º | 0.77% | 0.6% | - |
| XYZ | 23.69 | 27.66 | 5.68 | - |
| YUV | 135.73 | 71.16 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 147 | 35 | 0 | 0.03 | 0.77 | 0.40 | 57.44 | 0.63 | 0.37 |
| Hex | 98 | 93 | 23 | 0 | 3 | 4D | 28 | 39 | 3F | 25 |
| Octal | 230 | 223 | 43 | 0 | 3 | 115 | 50 | 71 | 77 | 45 |
| Binary | 10011000 | 10010011 | 100011 | 0 | 11 | 1001101 | 101000 | 111001 | 111111 | 100101 |
Color Harmonies of #989323
Complementary color
Monochromatic Colors of #989323
Black with #989323
Text Example
Text Example
White with #989323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989323; }
p { color: rgb(152,147,35); }
H1.HeaderClassName
{
color: #989323;
}
.AnyTagClassName
{
color: #989323;
}
</style>
background-color css
<style>
a { background-color: #989323; }
a { background-color: rgb(152,147,35); }
div.DivClassName
{
background-color: #989323;
}
.BgClassName
{
background-color: #989323;
}
</style>
border-color css
<style>
span { border-color: #989323; }
span { border-color: rgb(152,147,35); }
td.TdClassName
{
border-color: #989323;
}
.TagClassName
{
border-color: #989323;
}
</style>