Shades of Citron #979722
Tints of Citron #979722
RGB
CMYK
RGB Variations
Color information
#979722 (or 0x979722) is known color: Citron. HEX triplet: 97, 97 and 22. RGB value is (151,151,34). Sum of RGB (Red+Green+Blue) = 151+151+34=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 34 (13.67% from 255 or 10.12% from 336); Max value from RGB is 151 - color contains mainly: red, green. Hex color #979722 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979722 is #6868DD. Grayscale: #8A8A8A. Windows color (decimal): -6842590 or 2267031. OLE color: 2267031.
HSL color Cylindrical-coordinate representation of color #979722: hue angle of 60º degrees, saturation: 0.63, 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 #979722 is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 151 | 34 | - |
| CMYK | 0 | 0 | 0.77 | 0.41 |
| HSL | 60º | 0.63% | 0.36% | - |
| HSV(B) | 60º | 0.77% | 0.59% | - |
| XYZ | 24.12 | 28.83 | 5.81 | - |
| YUV | 137.66 | 69.5 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 151 | 34 | 0 | 0 | 0.77 | 0.41 | 60 | 0.63 | 0.36 |
| Hex | 97 | 97 | 22 | 0 | 0 | 4D | 29 | 3C | 3F | 24 |
| Octal | 227 | 227 | 42 | 0 | 0 | 115 | 51 | 74 | 77 | 44 |
| Binary | 10010111 | 10010111 | 100010 | 0 | 0 | 1001101 | 101001 | 111100 | 111111 | 100100 |
Color Harmonies of #979722
Complementary color
Monochromatic Colors of #979722
Black with #979722
Text Example
Text Example
White with #979722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979722; }
p { color: rgb(151,151,34); }
H1.HeaderClassName
{
color: #979722;
}
.AnyTagClassName
{
color: #979722;
}
</style>
background-color css
<style>
a { background-color: #979722; }
a { background-color: rgb(151,151,34); }
div.DivClassName
{
background-color: #979722;
}
.BgClassName
{
background-color: #979722;
}
</style>
border-color css
<style>
span { border-color: #979722; }
span { border-color: rgb(151,151,34); }
td.TdClassName
{
border-color: #979722;
}
.TagClassName
{
border-color: #979722;
}
</style>