Shades of Citron #989726
Tints of Citron #989726
RGB
CMYK
RGB Variations
Color information
#989726 (or 0x989726) is known color: Citron. HEX triplet: 98, 97 and 26. RGB value is (152,151,38). Sum of RGB (Red+Green+Blue) = 152+151+38=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #989726 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989726 is #6768D9. Grayscale: #8A8A8A. Windows color (decimal): -6777050 or 2529176. OLE color: 2529176.
HSL color Cylindrical-coordinate representation of color #989726: hue angle of 59.47º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #989726 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 151 | 38 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.40 |
| HSL | 59.47º | 0.6% | 0.37% | - |
| HSV(B) | 59.47º | 0.75% | 0.6% | - |
| XYZ | 24.37 | 28.95 | 6.14 | - |
| YUV | 138.42 | 71.33 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 151 | 38 | 0 | 0.01 | 0.75 | 0.40 | 59.47 | 0.6 | 0.37 |
| Hex | 98 | 97 | 26 | 0 | 1 | 4B | 28 | 3B | 3C | 25 |
| Octal | 230 | 227 | 46 | 0 | 1 | 113 | 50 | 73 | 74 | 45 |
| Binary | 10011000 | 10010111 | 100110 | 0 | 1 | 1001011 | 101000 | 111011 | 111100 | 100101 |
Color Harmonies of #989726
Complementary color
Monochromatic Colors of #989726
Black with #989726
Text Example
Text Example
White with #989726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989726; }
p { color: rgb(152,151,38); }
H1.HeaderClassName
{
color: #989726;
}
.AnyTagClassName
{
color: #989726;
}
</style>
background-color css
<style>
a { background-color: #989726; }
a { background-color: rgb(152,151,38); }
div.DivClassName
{
background-color: #989726;
}
.BgClassName
{
background-color: #989726;
}
</style>
border-color css
<style>
span { border-color: #989726; }
span { border-color: rgb(152,151,38); }
td.TdClassName
{
border-color: #989726;
}
.TagClassName
{
border-color: #989726;
}
</style>