Shades of Citron #98991E
Tints of Citron #98991E
RGB
CMYK
RGB Variations
Color information
#98991E (or 0x98991E) is known color: Citron. HEX triplet: 98, 99 and 1E. RGB value is (152,153,30). Sum of RGB (Red+Green+Blue) = 152+153+30=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #98991E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98991E is #6766E1. Grayscale: #8B8B8B. Windows color (decimal): -6776546 or 2005400. OLE color: 2005400.
HSL color Cylindrical-coordinate representation of color #98991E: hue angle of 60.49º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98991E is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 152 | 153 | 30 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.4 |
| HSL | 60.49º | 0.67% | 0.36% | - |
| HSV(B) | 60.49º | 0.8% | 0.6% | - |
| XYZ | 24.57 | 29.55 | 5.64 | - |
| YUV | 138.68 | 66.67 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 30 | 0.01 | 0 | 0.80 | 0.4 | 60.49 | 0.67 | 0.36 |
| Hex | 98 | 99 | 1E | 1 | 0 | 50 | 28 | 3C | 43 | 24 |
| Octal | 230 | 231 | 36 | 1 | 0 | 120 | 50 | 74 | 103 | 44 |
| Binary | 10011000 | 10011001 | 11110 | 1 | 0 | 1010000 | 101000 | 111100 | 1000011 | 100100 |
Color Harmonies of #98991E
Complementary color
Monochromatic Colors of #98991E
Black with #98991E
Text Example
Text Example
White with #98991E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98991E; }
p { color: rgb(152,153,30); }
H1.HeaderClassName
{
color: #98991E;
}
.AnyTagClassName
{
color: #98991E;
}
</style>
background-color css
<style>
a { background-color: #98991E; }
a { background-color: rgb(152,153,30); }
div.DivClassName
{
background-color: #98991E;
}
.BgClassName
{
background-color: #98991E;
}
</style>
border-color css
<style>
span { border-color: #98991E; }
span { border-color: rgb(152,153,30); }
td.TdClassName
{
border-color: #98991E;
}
.TagClassName
{
border-color: #98991E;
}
</style>