Shades of Citrus #98A308
Tints of Citrus #98A308
RGB
CMYK
RGB Variations
Color information
#98A308 (or 0x98A308) is known color: Citrus. HEX triplet: 98, A3 and 08. RGB value is (152,163,8). Sum of RGB (Red+Green+Blue) = 152+163+8=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 163 (64.06% from 255 or 50.46% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 163 - color contains mainly: green. Hex color #98A308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A308 is #675CF7. Grayscale: #8E8E8E. Windows color (decimal): -6774008 or 566168. OLE color: 566168.
HSL color Cylindrical-coordinate representation of color #98A308: hue angle of 64.26º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #98A308 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 163 | 8 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.36 |
| HSL | 64.26º | 0.91% | 0.34% | - |
| HSV(B) | 64.26º | 0.95% | 0.64% | - |
| XYZ | 26.09 | 32.89 | 5.2 | - |
| YUV | 142.04 | 52.36 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 163 | 8 | 0.07 | 0 | 0.95 | 0.36 | 64.26 | 0.91 | 0.34 |
| Hex | 98 | A3 | 8 | 7 | 0 | 5F | 24 | 40 | 5B | 22 |
| Octal | 230 | 243 | 10 | 7 | 0 | 137 | 44 | 100 | 133 | 42 |
| Binary | 10011000 | 10100011 | 1000 | 111 | 0 | 1011111 | 100100 | 1000000 | 1011011 | 100010 |
Color Harmonies of #98A308
Complementary color
Monochromatic Colors of #98A308
Black with #98A308
Text Example
Text Example
White with #98A308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A308; }
p { color: rgb(152,163,8); }
H1.HeaderClassName
{
color: #98A308;
}
.AnyTagClassName
{
color: #98A308;
}
</style>
background-color css
<style>
a { background-color: #98A308; }
a { background-color: rgb(152,163,8); }
div.DivClassName
{
background-color: #98A308;
}
.BgClassName
{
background-color: #98A308;
}
</style>
border-color css
<style>
span { border-color: #98A308; }
span { border-color: rgb(152,163,8); }
td.TdClassName
{
border-color: #98A308;
}
.TagClassName
{
border-color: #98A308;
}
</style>