Shades of Citrus #98AF0E
Tints of Citrus #98AF0E
RGB
CMYK
RGB Variations
Color information
#98AF0E (or 0x98AF0E) is known color: Citrus. HEX triplet: 98, AF and 0E. RGB value is (152,175,14). Sum of RGB (Red+Green+Blue) = 152+175+14=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #98AF0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98AF0E is #6750F1. Grayscale: #969696. Windows color (decimal): -6770930 or 962456. OLE color: 962456.
HSL color Cylindrical-coordinate representation of color #98AF0E: hue angle of 68.57º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98AF0E is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 175 | 14 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.31 |
| HSL | 68.57º | 0.85% | 0.37% | - |
| HSV(B) | 68.57º | 0.92% | 0.69% | - |
| XYZ | 28.36 | 37.37 | 6.13 | - |
| YUV | 149.77 | 51.38 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 175 | 14 | 0.13 | 0 | 0.92 | 0.31 | 68.57 | 0.85 | 0.37 |
| Hex | 98 | AF | E | D | 0 | 5C | 1F | 45 | 55 | 25 |
| Octal | 230 | 257 | 16 | 15 | 0 | 134 | 37 | 105 | 125 | 45 |
| Binary | 10011000 | 10101111 | 1110 | 1101 | 0 | 1011100 | 11111 | 1000101 | 1010101 | 100101 |
Color Harmonies of #98AF0E
Complementary color
Monochromatic Colors of #98AF0E
Black with #98AF0E
Text Example
Text Example
White with #98AF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AF0E; }
p { color: rgb(152,175,14); }
H1.HeaderClassName
{
color: #98AF0E;
}
.AnyTagClassName
{
color: #98AF0E;
}
</style>
background-color css
<style>
a { background-color: #98AF0E; }
a { background-color: rgb(152,175,14); }
div.DivClassName
{
background-color: #98AF0E;
}
.BgClassName
{
background-color: #98AF0E;
}
</style>
border-color css
<style>
span { border-color: #98AF0E; }
span { border-color: rgb(152,175,14); }
td.TdClassName
{
border-color: #98AF0E;
}
.TagClassName
{
border-color: #98AF0E;
}
</style>