Shades of Citron #98A335
Tints of Citron #98A335
RGB
CMYK
RGB Variations
Color information
#98A335 (or 0x98A335) is known color: Citron. HEX triplet: 98, A3 and 35. RGB value is (152,163,53). Sum of RGB (Red+Green+Blue) = 152+163+53=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 163 - color contains mainly: green. Hex color #98A335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A335 is #675CCA. Grayscale: #939393. Windows color (decimal): -6773963 or 3515288. OLE color: 3515288.
HSL color Cylindrical-coordinate representation of color #98A335: hue angle of 66º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98A335 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 163 | 53 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.36 |
| HSL | 66º | 0.51% | 0.42% | - |
| HSV(B) | 66º | 0.67% | 0.64% | - |
| XYZ | 26.69 | 33.13 | 8.36 | - |
| YUV | 147.17 | 74.86 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 163 | 53 | 0.07 | 0 | 0.67 | 0.36 | 66 | 0.51 | 0.42 |
| Hex | 98 | A3 | 35 | 7 | 0 | 43 | 24 | 42 | 33 | 2A |
| Octal | 230 | 243 | 65 | 7 | 0 | 103 | 44 | 102 | 63 | 52 |
| Binary | 10011000 | 10100011 | 110101 | 111 | 0 | 1000011 | 100100 | 1000010 | 110011 | 101010 |
Color Harmonies of #98A335
Complementary color
Monochromatic Colors of #98A335
Black with #98A335
Text Example
Text Example
White with #98A335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A335; }
p { color: rgb(152,163,53); }
H1.HeaderClassName
{
color: #98A335;
}
.AnyTagClassName
{
color: #98A335;
}
</style>
background-color css
<style>
a { background-color: #98A335; }
a { background-color: rgb(152,163,53); }
div.DivClassName
{
background-color: #98A335;
}
.BgClassName
{
background-color: #98A335;
}
</style>
border-color css
<style>
span { border-color: #98A335; }
span { border-color: rgb(152,163,53); }
td.TdClassName
{
border-color: #98A335;
}
.TagClassName
{
border-color: #98A335;
}
</style>