Shades of Citron #979A14
Tints of Citron #979A14
RGB
CMYK
RGB Variations
Color information
#979A14 (or 0x979A14) is known color: Citron. HEX triplet: 97, 9A and 14. RGB value is (151,154,20). Sum of RGB (Red+Green+Blue) = 151+154+20=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 154 (60.55% from 255 or 47.38% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 154 - color contains mainly: green. Hex color #979A14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979A14 is #6865EB. Grayscale: #8A8A8A. Windows color (decimal): -6841836 or 1350295. OLE color: 1350295.
HSL color Cylindrical-coordinate representation of color #979A14: hue angle of 61.34º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #979A14 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 154 | 20 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.40 |
| HSL | 61.34º | 0.77% | 0.34% | - |
| HSV(B) | 61.34º | 0.87% | 0.6% | - |
| XYZ | 24.44 | 29.74 | 5.11 | - |
| YUV | 137.83 | 61.51 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 154 | 20 | 0.02 | 0 | 0.87 | 0.40 | 61.34 | 0.77 | 0.34 |
| Hex | 97 | 9A | 14 | 2 | 0 | 57 | 28 | 3D | 4D | 22 |
| Octal | 227 | 232 | 24 | 2 | 0 | 127 | 50 | 75 | 115 | 42 |
| Binary | 10010111 | 10011010 | 10100 | 10 | 0 | 1010111 | 101000 | 111101 | 1001101 | 100010 |
Color Harmonies of #979A14
Complementary color
Monochromatic Colors of #979A14
Black with #979A14
Text Example
Text Example
White with #979A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979A14; }
p { color: rgb(151,154,20); }
H1.HeaderClassName
{
color: #979A14;
}
.AnyTagClassName
{
color: #979A14;
}
</style>
background-color css
<style>
a { background-color: #979A14; }
a { background-color: rgb(151,154,20); }
div.DivClassName
{
background-color: #979A14;
}
.BgClassName
{
background-color: #979A14;
}
</style>
border-color css
<style>
span { border-color: #979A14; }
span { border-color: rgb(151,154,20); }
td.TdClassName
{
border-color: #979A14;
}
.TagClassName
{
border-color: #979A14;
}
</style>