Shades of Citron #98A035
Tints of Citron #98A035
RGB
CMYK
RGB Variations
Color information
#98A035 (or 0x98A035) is known color: Citron. HEX triplet: 98, A0 and 35. RGB value is (152,160,53). Sum of RGB (Red+Green+Blue) = 152+160+53=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 160 - color contains mainly: green. Hex color #98A035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A035 is #675FCA. Grayscale: #919191. Windows color (decimal): -6774731 or 3514520. OLE color: 3514520.
HSL color Cylindrical-coordinate representation of color #98A035: hue angle of 64.49º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98A035 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 160 | 53 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.37 |
| HSL | 64.49º | 0.5% | 0.42% | - |
| HSV(B) | 64.49º | 0.67% | 0.63% | - |
| XYZ | 26.16 | 32.07 | 8.18 | - |
| YUV | 145.41 | 75.85 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 53 | 0.05 | 0 | 0.67 | 0.37 | 64.49 | 0.5 | 0.42 |
| Hex | 98 | A0 | 35 | 5 | 0 | 43 | 25 | 40 | 32 | 2A |
| Octal | 230 | 240 | 65 | 5 | 0 | 103 | 45 | 100 | 62 | 52 |
| Binary | 10011000 | 10100000 | 110101 | 101 | 0 | 1000011 | 100101 | 1000000 | 110010 | 101010 |
Color Harmonies of #98A035
Complementary color
Monochromatic Colors of #98A035
Black with #98A035
Text Example
Text Example
White with #98A035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A035; }
p { color: rgb(152,160,53); }
H1.HeaderClassName
{
color: #98A035;
}
.AnyTagClassName
{
color: #98A035;
}
</style>
background-color css
<style>
a { background-color: #98A035; }
a { background-color: rgb(152,160,53); }
div.DivClassName
{
background-color: #98A035;
}
.BgClassName
{
background-color: #98A035;
}
</style>
border-color css
<style>
span { border-color: #98A035; }
span { border-color: rgb(152,160,53); }
td.TdClassName
{
border-color: #98A035;
}
.TagClassName
{
border-color: #98A035;
}
</style>