Shades of Citron #98921C
Tints of Citron #98921C
RGB
CMYK
RGB Variations
Color information
#98921C (or 0x98921C) is known color: Citron. HEX triplet: 98, 92 and 1C. RGB value is (152,146,28). Sum of RGB (Red+Green+Blue) = 152+146+28=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #98921C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98921C is #676DE3. Grayscale: #868686. Windows color (decimal): -6778340 or 1872536. OLE color: 1872536.
HSL color Cylindrical-coordinate representation of color #98921C: hue angle of 57.1º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98921C is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 146 | 28 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.40 |
| HSL | 57.1º | 0.69% | 0.35% | - |
| HSV(B) | 57.1º | 0.82% | 0.6% | - |
| XYZ | 23.44 | 27.32 | 5.14 | - |
| YUV | 134.34 | 67.99 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 28 | 0 | 0.04 | 0.82 | 0.40 | 57.1 | 0.69 | 0.35 |
| Hex | 98 | 92 | 1C | 0 | 4 | 52 | 28 | 39 | 45 | 23 |
| Octal | 230 | 222 | 34 | 0 | 4 | 122 | 50 | 71 | 105 | 43 |
| Binary | 10011000 | 10010010 | 11100 | 0 | 100 | 1010010 | 101000 | 111001 | 1000101 | 100011 |
Color Harmonies of #98921C
Complementary color
Monochromatic Colors of #98921C
Black with #98921C
Text Example
Text Example
White with #98921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98921C; }
p { color: rgb(152,146,28); }
H1.HeaderClassName
{
color: #98921C;
}
.AnyTagClassName
{
color: #98921C;
}
</style>
background-color css
<style>
a { background-color: #98921C; }
a { background-color: rgb(152,146,28); }
div.DivClassName
{
background-color: #98921C;
}
.BgClassName
{
background-color: #98921C;
}
</style>
border-color css
<style>
span { border-color: #98921C; }
span { border-color: rgb(152,146,28); }
td.TdClassName
{
border-color: #98921C;
}
.TagClassName
{
border-color: #98921C;
}
</style>