Shades of Citron #979914
Tints of Citron #979914
RGB
CMYK
RGB Variations
Color information
#979914 (or 0x979914) is known color: Citron. HEX triplet: 97, 99 and 14. RGB value is (151,153,20). Sum of RGB (Red+Green+Blue) = 151+153+20=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #979914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979914 is #6866EB. Grayscale: #898989. Windows color (decimal): -6842092 or 1350039. OLE color: 1350039.
HSL color Cylindrical-coordinate representation of color #979914: hue angle of 60.9º 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 #979914 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 153 | 20 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.4 |
| HSL | 60.9º | 0.77% | 0.34% | - |
| HSV(B) | 60.9º | 0.87% | 0.6% | - |
| XYZ | 24.28 | 29.41 | 5.06 | - |
| YUV | 137.24 | 61.84 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 153 | 20 | 0.01 | 0 | 0.87 | 0.4 | 60.9 | 0.77 | 0.34 |
| Hex | 97 | 99 | 14 | 1 | 0 | 57 | 28 | 3D | 4D | 22 |
| Octal | 227 | 231 | 24 | 1 | 0 | 127 | 50 | 75 | 115 | 42 |
| Binary | 10010111 | 10011001 | 10100 | 1 | 0 | 1010111 | 101000 | 111101 | 1001101 | 100010 |
Color Harmonies of #979914
Complementary color
Monochromatic Colors of #979914
Black with #979914
Text Example
Text Example
White with #979914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979914; }
p { color: rgb(151,153,20); }
H1.HeaderClassName
{
color: #979914;
}
.AnyTagClassName
{
color: #979914;
}
</style>
background-color css
<style>
a { background-color: #979914; }
a { background-color: rgb(151,153,20); }
div.DivClassName
{
background-color: #979914;
}
.BgClassName
{
background-color: #979914;
}
</style>
border-color css
<style>
span { border-color: #979914; }
span { border-color: rgb(151,153,20); }
td.TdClassName
{
border-color: #979914;
}
.TagClassName
{
border-color: #979914;
}
</style>