Shades of Citron #979921
Tints of Citron #979921
RGB
CMYK
RGB Variations
Color information
#979921 (or 0x979921) is known color: Citron. HEX triplet: 97, 99 and 21. RGB value is (151,153,33). Sum of RGB (Red+Green+Blue) = 151+153+33=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #979921 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979921 is #6866DE. Grayscale: #8B8B8B. Windows color (decimal): -6842079 or 2202007. OLE color: 2202007.
HSL color Cylindrical-coordinate representation of color #979921: hue angle of 61º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #979921 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 153 | 33 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.4 |
| HSL | 61º | 0.65% | 0.36% | - |
| HSV(B) | 61º | 0.78% | 0.6% | - |
| XYZ | 24.43 | 29.47 | 5.84 | - |
| YUV | 138.72 | 68.34 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 153 | 33 | 0.01 | 0 | 0.78 | 0.4 | 61 | 0.65 | 0.36 |
| Hex | 97 | 99 | 21 | 1 | 0 | 4E | 28 | 3D | 41 | 24 |
| Octal | 227 | 231 | 41 | 1 | 0 | 116 | 50 | 75 | 101 | 44 |
| Binary | 10010111 | 10011001 | 100001 | 1 | 0 | 1001110 | 101000 | 111101 | 1000001 | 100100 |
Color Harmonies of #979921
Complementary color
Monochromatic Colors of #979921
Black with #979921
Text Example
Text Example
White with #979921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979921; }
p { color: rgb(151,153,33); }
H1.HeaderClassName
{
color: #979921;
}
.AnyTagClassName
{
color: #979921;
}
</style>
background-color css
<style>
a { background-color: #979921; }
a { background-color: rgb(151,153,33); }
div.DivClassName
{
background-color: #979921;
}
.BgClassName
{
background-color: #979921;
}
</style>
border-color css
<style>
span { border-color: #979921; }
span { border-color: rgb(151,153,33); }
td.TdClassName
{
border-color: #979921;
}
.TagClassName
{
border-color: #979921;
}
</style>