Shades of Citron #979623
Tints of Citron #979623
RGB
CMYK
RGB Variations
Color information
#979623 (or 0x979623) is known color: Citron. HEX triplet: 97, 96 and 23. RGB value is (151,150,35). Sum of RGB (Red+Green+Blue) = 151+150+35=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 35 (14.06% from 255 or 10.42% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #979623 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979623 is #6869DC. Grayscale: #898989. Windows color (decimal): -6842845 or 2332311. OLE color: 2332311.
HSL color Cylindrical-coordinate representation of color #979623: hue angle of 59.48º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #979623 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 150 | 35 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.41 |
| HSL | 59.48º | 0.62% | 0.36% | - |
| HSV(B) | 59.48º | 0.77% | 0.59% | - |
| XYZ | 23.97 | 28.51 | 5.83 | - |
| YUV | 137.19 | 70.33 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 150 | 35 | 0 | 0.01 | 0.77 | 0.41 | 59.48 | 0.62 | 0.36 |
| Hex | 97 | 96 | 23 | 0 | 1 | 4D | 29 | 3B | 3E | 24 |
| Octal | 227 | 226 | 43 | 0 | 1 | 115 | 51 | 73 | 76 | 44 |
| Binary | 10010111 | 10010110 | 100011 | 0 | 1 | 1001101 | 101001 | 111011 | 111110 | 100100 |
Color Harmonies of #979623
Complementary color
Monochromatic Colors of #979623
Black with #979623
Text Example
Text Example
White with #979623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979623; }
p { color: rgb(151,150,35); }
H1.HeaderClassName
{
color: #979623;
}
.AnyTagClassName
{
color: #979623;
}
</style>
background-color css
<style>
a { background-color: #979623; }
a { background-color: rgb(151,150,35); }
div.DivClassName
{
background-color: #979623;
}
.BgClassName
{
background-color: #979623;
}
</style>
border-color css
<style>
span { border-color: #979623; }
span { border-color: rgb(151,150,35); }
td.TdClassName
{
border-color: #979623;
}
.TagClassName
{
border-color: #979623;
}
</style>