Shades of Citrus #989F09
Tints of Citrus #989F09
RGB
CMYK
RGB Variations
Color information
#989F09 (or 0x989F09) is known color: Citrus. HEX triplet: 98, 9F and 09. RGB value is (152,159,9). Sum of RGB (Red+Green+Blue) = 152+159+9=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 159 (62.5% from 255 or 49.69% from 320); Blue value is 9 (3.91% from 255 or 2.81% from 320); Max value from RGB is 159 - color contains mainly: green. Hex color #989F09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989F09 is #6760F6. Grayscale: #8C8C8C. Windows color (decimal): -6775031 or 630680. OLE color: 630680.
HSL color Cylindrical-coordinate representation of color #989F09: hue angle of 62.8º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #989F09 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 159 | 9 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.38 |
| HSL | 62.8º | 0.89% | 0.33% | - |
| HSV(B) | 62.8º | 0.94% | 0.62% | - |
| XYZ | 25.4 | 31.49 | 5 | - |
| YUV | 139.81 | 54.18 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 159 | 9 | 0.04 | 0 | 0.94 | 0.38 | 62.8 | 0.89 | 0.33 |
| Hex | 98 | 9F | 9 | 4 | 0 | 5E | 26 | 3F | 59 | 21 |
| Octal | 230 | 237 | 11 | 4 | 0 | 136 | 46 | 77 | 131 | 41 |
| Binary | 10011000 | 10011111 | 1001 | 100 | 0 | 1011110 | 100110 | 111111 | 1011001 | 100001 |
Color Harmonies of #989F09
Complementary color
Monochromatic Colors of #989F09
Black with #989F09
Text Example
Text Example
White with #989F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989F09; }
p { color: rgb(152,159,9); }
H1.HeaderClassName
{
color: #989F09;
}
.AnyTagClassName
{
color: #989F09;
}
</style>
background-color css
<style>
a { background-color: #989F09; }
a { background-color: rgb(152,159,9); }
div.DivClassName
{
background-color: #989F09;
}
.BgClassName
{
background-color: #989F09;
}
</style>
border-color css
<style>
span { border-color: #989F09; }
span { border-color: rgb(152,159,9); }
td.TdClassName
{
border-color: #989F09;
}
.TagClassName
{
border-color: #989F09;
}
</style>