Shades of Citron #979919
Tints of Citron #979919
RGB
CMYK
RGB Variations
Color information
#979919 (or 0x979919) is known color: Citron. HEX triplet: 97, 99 and 19. RGB value is (151,153,25). Sum of RGB (Red+Green+Blue) = 151+153+25=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #979919 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979919 is #6866E6. Grayscale: #8A8A8A. Windows color (decimal): -6842087 or 1677719. OLE color: 1677719.
HSL color Cylindrical-coordinate representation of color #979919: hue angle of 60.94º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #979919 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 153 | 25 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.4 |
| HSL | 60.94º | 0.72% | 0.35% | - |
| HSV(B) | 60.94º | 0.84% | 0.6% | - |
| XYZ | 24.33 | 29.43 | 5.32 | - |
| YUV | 137.81 | 64.34 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 153 | 25 | 0.01 | 0 | 0.84 | 0.4 | 60.94 | 0.72 | 0.35 |
| Hex | 97 | 99 | 19 | 1 | 0 | 54 | 28 | 3D | 48 | 23 |
| Octal | 227 | 231 | 31 | 1 | 0 | 124 | 50 | 75 | 110 | 43 |
| Binary | 10010111 | 10011001 | 11001 | 1 | 0 | 1010100 | 101000 | 111101 | 1001000 | 100011 |
Color Harmonies of #979919
Complementary color
Monochromatic Colors of #979919
Black with #979919
Text Example
Text Example
White with #979919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979919; }
p { color: rgb(151,153,25); }
H1.HeaderClassName
{
color: #979919;
}
.AnyTagClassName
{
color: #979919;
}
</style>
background-color css
<style>
a { background-color: #979919; }
a { background-color: rgb(151,153,25); }
div.DivClassName
{
background-color: #979919;
}
.BgClassName
{
background-color: #979919;
}
</style>
border-color css
<style>
span { border-color: #979919; }
span { border-color: rgb(151,153,25); }
td.TdClassName
{
border-color: #979919;
}
.TagClassName
{
border-color: #979919;
}
</style>