Shades of Citron #979915
Tints of Citron #979915
RGB
CMYK
RGB Variations
Color information
#979915 (or 0x979915) is known color: Citron. HEX triplet: 97, 99 and 15. RGB value is (151,153,21). Sum of RGB (Red+Green+Blue) = 151+153+21=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #979915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979915 is #6866EA. Grayscale: #898989. Windows color (decimal): -6842091 or 1415575. OLE color: 1415575.
HSL color Cylindrical-coordinate representation of color #979915: hue angle of 60.91º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #979915 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 153 | 21 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.4 |
| HSL | 60.91º | 0.76% | 0.34% | - |
| HSV(B) | 60.91º | 0.86% | 0.6% | - |
| XYZ | 24.29 | 29.42 | 5.11 | - |
| YUV | 137.35 | 62.34 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 153 | 21 | 0.01 | 0 | 0.86 | 0.4 | 60.91 | 0.76 | 0.34 |
| Hex | 97 | 99 | 15 | 1 | 0 | 56 | 28 | 3D | 4C | 22 |
| Octal | 227 | 231 | 25 | 1 | 0 | 126 | 50 | 75 | 114 | 42 |
| Binary | 10010111 | 10011001 | 10101 | 1 | 0 | 1010110 | 101000 | 111101 | 1001100 | 100010 |
Color Harmonies of #979915
Complementary color
Monochromatic Colors of #979915
Black with #979915
Text Example
Text Example
White with #979915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979915; }
p { color: rgb(151,153,21); }
H1.HeaderClassName
{
color: #979915;
}
.AnyTagClassName
{
color: #979915;
}
</style>
background-color css
<style>
a { background-color: #979915; }
a { background-color: rgb(151,153,21); }
div.DivClassName
{
background-color: #979915;
}
.BgClassName
{
background-color: #979915;
}
</style>
border-color css
<style>
span { border-color: #979915; }
span { border-color: rgb(151,153,21); }
td.TdClassName
{
border-color: #979915;
}
.TagClassName
{
border-color: #979915;
}
</style>