Shades of Citron #979521
Tints of Citron #979521
RGB
CMYK
RGB Variations
Color information
#979521 (or 0x979521) is known color: Citron. HEX triplet: 97, 95 and 21. RGB value is (151,149,33). Sum of RGB (Red+Green+Blue) = 151+149+33=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #979521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979521 is #686ADE. Grayscale: #888888. Windows color (decimal): -6843103 or 2200983. OLE color: 2200983.
HSL color Cylindrical-coordinate representation of color #979521: hue angle of 58.98º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #979521 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 149 | 33 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.41 |
| HSL | 58.98º | 0.64% | 0.36% | - |
| HSV(B) | 58.98º | 0.78% | 0.59% | - |
| XYZ | 23.78 | 28.18 | 5.63 | - |
| YUV | 136.37 | 69.66 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 149 | 33 | 0 | 0.01 | 0.78 | 0.41 | 58.98 | 0.64 | 0.36 |
| Hex | 97 | 95 | 21 | 0 | 1 | 4E | 29 | 3B | 40 | 24 |
| Octal | 227 | 225 | 41 | 0 | 1 | 116 | 51 | 73 | 100 | 44 |
| Binary | 10010111 | 10010101 | 100001 | 0 | 1 | 1001110 | 101001 | 111011 | 1000000 | 100100 |
Color Harmonies of #979521
Complementary color
Monochromatic Colors of #979521
Black with #979521
Text Example
Text Example
White with #979521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979521; }
p { color: rgb(151,149,33); }
H1.HeaderClassName
{
color: #979521;
}
.AnyTagClassName
{
color: #979521;
}
</style>
background-color css
<style>
a { background-color: #979521; }
a { background-color: rgb(151,149,33); }
div.DivClassName
{
background-color: #979521;
}
.BgClassName
{
background-color: #979521;
}
</style>
border-color css
<style>
span { border-color: #979521; }
span { border-color: rgb(151,149,33); }
td.TdClassName
{
border-color: #979521;
}
.TagClassName
{
border-color: #979521;
}
</style>