Shades of Citron #98961E
Tints of Citron #98961E
RGB
CMYK
RGB Variations
Color information
#98961E (or 0x98961E) is known color: Citron. HEX triplet: 98, 96 and 1E. RGB value is (152,150,30). Sum of RGB (Red+Green+Blue) = 152+150+30=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #98961E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98961E is #6769E1. Grayscale: #898989. Windows color (decimal): -6777314 or 2004632. OLE color: 2004632.
HSL color Cylindrical-coordinate representation of color #98961E: hue angle of 59.02º 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 #98961E is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 150 | 30 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.40 |
| HSL | 59.02º | 0.67% | 0.36% | - |
| HSV(B) | 59.02º | 0.8% | 0.6% | - |
| XYZ | 24.09 | 28.58 | 5.48 | - |
| YUV | 136.92 | 67.66 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 150 | 30 | 0 | 0.01 | 0.80 | 0.40 | 59.02 | 0.67 | 0.36 |
| Hex | 98 | 96 | 1E | 0 | 1 | 50 | 28 | 3B | 43 | 24 |
| Octal | 230 | 226 | 36 | 0 | 1 | 120 | 50 | 73 | 103 | 44 |
| Binary | 10011000 | 10010110 | 11110 | 0 | 1 | 1010000 | 101000 | 111011 | 1000011 | 100100 |
Color Harmonies of #98961E
Complementary color
Monochromatic Colors of #98961E
Black with #98961E
Text Example
Text Example
White with #98961E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98961E; }
p { color: rgb(152,150,30); }
H1.HeaderClassName
{
color: #98961E;
}
.AnyTagClassName
{
color: #98961E;
}
</style>
background-color css
<style>
a { background-color: #98961E; }
a { background-color: rgb(152,150,30); }
div.DivClassName
{
background-color: #98961E;
}
.BgClassName
{
background-color: #98961E;
}
</style>
border-color css
<style>
span { border-color: #98961E; }
span { border-color: rgb(152,150,30); }
td.TdClassName
{
border-color: #98961E;
}
.TagClassName
{
border-color: #98961E;
}
</style>