Shades of Citrus #98A408
Tints of Citrus #98A408
RGB
CMYK
RGB Variations
Color information
#98A408 (or 0x98A408) is known color: Citrus. HEX triplet: 98, A4 and 08. RGB value is (152,164,8). Sum of RGB (Red+Green+Blue) = 152+164+8=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 164 (64.45% from 255 or 50.62% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 164 - color contains mainly: green. Hex color #98A408 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A408 is #675BF7. Grayscale: #8F8F8F. Windows color (decimal): -6773752 or 566424. OLE color: 566424.
HSL color Cylindrical-coordinate representation of color #98A408: hue angle of 64.62º 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 #98A408 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 164 | 8 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.36 |
| HSL | 64.62º | 0.91% | 0.34% | - |
| HSV(B) | 64.62º | 0.95% | 0.64% | - |
| XYZ | 26.27 | 33.24 | 5.26 | - |
| YUV | 142.63 | 52.02 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 164 | 8 | 0.07 | 0 | 0.95 | 0.36 | 64.62 | 0.91 | 0.34 |
| Hex | 98 | A4 | 8 | 7 | 0 | 5F | 24 | 41 | 5B | 22 |
| Octal | 230 | 244 | 10 | 7 | 0 | 137 | 44 | 101 | 133 | 42 |
| Binary | 10011000 | 10100100 | 1000 | 111 | 0 | 1011111 | 100100 | 1000001 | 1011011 | 100010 |
Color Harmonies of #98A408
Complementary color
Monochromatic Colors of #98A408
Black with #98A408
Text Example
Text Example
White with #98A408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A408; }
p { color: rgb(152,164,8); }
H1.HeaderClassName
{
color: #98A408;
}
.AnyTagClassName
{
color: #98A408;
}
</style>
background-color css
<style>
a { background-color: #98A408; }
a { background-color: rgb(152,164,8); }
div.DivClassName
{
background-color: #98A408;
}
.BgClassName
{
background-color: #98A408;
}
</style>
border-color css
<style>
span { border-color: #98A408; }
span { border-color: rgb(152,164,8); }
td.TdClassName
{
border-color: #98A408;
}
.TagClassName
{
border-color: #98A408;
}
</style>