Shades of Citrus #98A705
Tints of Citrus #98A705
RGB
CMYK
RGB Variations
Color information
#98A705 (or 0x98A705) is known color: Citrus. HEX triplet: 98, A7 and 05. RGB value is (152,167,5). Sum of RGB (Red+Green+Blue) = 152+167+5=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 167 (65.62% from 255 or 51.54% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 167 - color contains mainly: green. Hex color #98A705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A705 is #6758FA. Grayscale: #909090. Windows color (decimal): -6772987 or 370584. OLE color: 370584.
HSL color Cylindrical-coordinate representation of color #98A705: hue angle of 65.56º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98A705 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 167 | 5 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.35 |
| HSL | 65.56º | 0.94% | 0.34% | - |
| HSV(B) | 65.56º | 0.97% | 0.65% | - |
| XYZ | 26.8 | 34.32 | 5.36 | - |
| YUV | 144.05 | 49.53 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 167 | 5 | 0.09 | 0 | 0.97 | 0.35 | 65.56 | 0.94 | 0.34 |
| Hex | 98 | A7 | 5 | 9 | 0 | 61 | 23 | 42 | 5E | 22 |
| Octal | 230 | 247 | 5 | 11 | 0 | 141 | 43 | 102 | 136 | 42 |
| Binary | 10011000 | 10100111 | 101 | 1001 | 0 | 1100001 | 100011 | 1000010 | 1011110 | 100010 |
Color Harmonies of #98A705
Complementary color
Monochromatic Colors of #98A705
Black with #98A705
Text Example
Text Example
White with #98A705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A705; }
p { color: rgb(152,167,5); }
H1.HeaderClassName
{
color: #98A705;
}
.AnyTagClassName
{
color: #98A705;
}
</style>
background-color css
<style>
a { background-color: #98A705; }
a { background-color: rgb(152,167,5); }
div.DivClassName
{
background-color: #98A705;
}
.BgClassName
{
background-color: #98A705;
}
</style>
border-color css
<style>
span { border-color: #98A705; }
span { border-color: rgb(152,167,5); }
td.TdClassName
{
border-color: #98A705;
}
.TagClassName
{
border-color: #98A705;
}
</style>