Shades of Citrus #989D03
Tints of Citrus #989D03
RGB
CMYK
RGB Variations
Color information
#989D03 (or 0x989D03) is known color: Citrus. HEX triplet: 98, 9D and 03. RGB value is (152,157,3). Sum of RGB (Red+Green+Blue) = 152+157+3=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 157 (61.72% from 255 or 50.32% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 157 - color contains mainly: green. Hex color #989D03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989D03 is #6762FC. Grayscale: #8A8A8A. Windows color (decimal): -6775549 or 236952. OLE color: 236952.
HSL color Cylindrical-coordinate representation of color #989D03: hue angle of 61.95º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #989D03 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 157 | 3 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.38 |
| HSL | 61.95º | 0.96% | 0.31% | - |
| HSV(B) | 61.95º | 0.98% | 0.62% | - |
| XYZ | 25.02 | 30.8 | 4.71 | - |
| YUV | 137.95 | 51.84 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 157 | 3 | 0.03 | 0 | 0.98 | 0.38 | 61.95 | 0.96 | 0.31 |
| Hex | 98 | 9D | 3 | 3 | 0 | 62 | 26 | 3E | 60 | 1F |
| Octal | 230 | 235 | 3 | 3 | 0 | 142 | 46 | 76 | 140 | 37 |
| Binary | 10011000 | 10011101 | 11 | 11 | 0 | 1100010 | 100110 | 111110 | 1100000 | 11111 |
Color Harmonies of #989D03
Complementary color
Monochromatic Colors of #989D03
Black with #989D03
Text Example
Text Example
White with #989D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989D03; }
p { color: rgb(152,157,3); }
H1.HeaderClassName
{
color: #989D03;
}
.AnyTagClassName
{
color: #989D03;
}
</style>
background-color css
<style>
a { background-color: #989D03; }
a { background-color: rgb(152,157,3); }
div.DivClassName
{
background-color: #989D03;
}
.BgClassName
{
background-color: #989D03;
}
</style>
border-color css
<style>
span { border-color: #989D03; }
span { border-color: rgb(152,157,3); }
td.TdClassName
{
border-color: #989D03;
}
.TagClassName
{
border-color: #989D03;
}
</style>