Shades of Citron #979920
Tints of Citron #979920
RGB
CMYK
RGB Variations
Color information
#979920 (or 0x979920) is known color: Citron. HEX triplet: 97, 99 and 20. RGB value is (151,153,32). Sum of RGB (Red+Green+Blue) = 151+153+32=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #979920 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979920 is #6866DF. Grayscale: #8B8B8B. Windows color (decimal): -6842080 or 2136471. OLE color: 2136471.
HSL color Cylindrical-coordinate representation of color #979920: hue angle of 60.99º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #979920 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 153 | 32 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.4 |
| HSL | 60.99º | 0.65% | 0.36% | - |
| HSV(B) | 60.99º | 0.79% | 0.6% | - |
| XYZ | 24.41 | 29.47 | 5.77 | - |
| YUV | 138.61 | 67.84 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 153 | 32 | 0.01 | 0 | 0.79 | 0.4 | 60.99 | 0.65 | 0.36 |
| Hex | 97 | 99 | 20 | 1 | 0 | 4F | 28 | 3D | 41 | 24 |
| Octal | 227 | 231 | 40 | 1 | 0 | 117 | 50 | 75 | 101 | 44 |
| Binary | 10010111 | 10011001 | 100000 | 1 | 0 | 1001111 | 101000 | 111101 | 1000001 | 100100 |
Color Harmonies of #979920
Complementary color
Monochromatic Colors of #979920
Black with #979920
Text Example
Text Example
White with #979920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979920; }
p { color: rgb(151,153,32); }
H1.HeaderClassName
{
color: #979920;
}
.AnyTagClassName
{
color: #979920;
}
</style>
background-color css
<style>
a { background-color: #979920; }
a { background-color: rgb(151,153,32); }
div.DivClassName
{
background-color: #979920;
}
.BgClassName
{
background-color: #979920;
}
</style>
border-color css
<style>
span { border-color: #979920; }
span { border-color: rgb(151,153,32); }
td.TdClassName
{
border-color: #979920;
}
.TagClassName
{
border-color: #979920;
}
</style>