Shades of Citron #98931D
Tints of Citron #98931D
RGB
CMYK
RGB Variations
Color information
#98931D (or 0x98931D) is known color: Citron. HEX triplet: 98, 93 and 1D. RGB value is (152,147,29). Sum of RGB (Red+Green+Blue) = 152+147+29=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #98931D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98931D is #676CE2. Grayscale: #878787. Windows color (decimal): -6778083 or 1938328. OLE color: 1938328.
HSL color Cylindrical-coordinate representation of color #98931D: hue angle of 57.56º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98931D is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 147 | 29 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.40 |
| HSL | 57.56º | 0.68% | 0.35% | - |
| HSV(B) | 57.56º | 0.81% | 0.6% | - |
| XYZ | 23.6 | 27.63 | 5.25 | - |
| YUV | 135.04 | 68.16 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 147 | 29 | 0 | 0.03 | 0.81 | 0.40 | 57.56 | 0.68 | 0.35 |
| Hex | 98 | 93 | 1D | 0 | 3 | 51 | 28 | 3A | 44 | 23 |
| Octal | 230 | 223 | 35 | 0 | 3 | 121 | 50 | 72 | 104 | 43 |
| Binary | 10011000 | 10010011 | 11101 | 0 | 11 | 1010001 | 101000 | 111010 | 1000100 | 100011 |
Color Harmonies of #98931D
Complementary color
Monochromatic Colors of #98931D
Black with #98931D
Text Example
Text Example
White with #98931D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98931D; }
p { color: rgb(152,147,29); }
H1.HeaderClassName
{
color: #98931D;
}
.AnyTagClassName
{
color: #98931D;
}
</style>
background-color css
<style>
a { background-color: #98931D; }
a { background-color: rgb(152,147,29); }
div.DivClassName
{
background-color: #98931D;
}
.BgClassName
{
background-color: #98931D;
}
</style>
border-color css
<style>
span { border-color: #98931D; }
span { border-color: rgb(152,147,29); }
td.TdClassName
{
border-color: #98931D;
}
.TagClassName
{
border-color: #98931D;
}
</style>