Shades of Citron #979A0E
Tints of Citron #979A0E
RGB
CMYK
RGB Variations
Color information
#979A0E (or 0x979A0E) is known color: Citron. HEX triplet: 97, 9A and 0E. RGB value is (151,154,14). Sum of RGB (Red+Green+Blue) = 151+154+14=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 154 (60.55% from 255 or 48.28% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 154 - color contains mainly: green. Hex color #979A0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979A0E is #6865F1. Grayscale: #898989. Windows color (decimal): -6841842 or 957079. OLE color: 957079.
HSL color Cylindrical-coordinate representation of color #979A0E: hue angle of 61.29º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #979A0E is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 154 | 14 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.40 |
| HSL | 61.29º | 0.83% | 0.33% | - |
| HSV(B) | 61.29º | 0.91% | 0.6% | - |
| XYZ | 24.4 | 29.72 | 4.87 | - |
| YUV | 137.14 | 58.51 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 154 | 14 | 0.02 | 0 | 0.91 | 0.40 | 61.29 | 0.83 | 0.33 |
| Hex | 97 | 9A | E | 2 | 0 | 5B | 28 | 3D | 53 | 21 |
| Octal | 227 | 232 | 16 | 2 | 0 | 133 | 50 | 75 | 123 | 41 |
| Binary | 10010111 | 10011010 | 1110 | 10 | 0 | 1011011 | 101000 | 111101 | 1010011 | 100001 |
Color Harmonies of #979A0E
Complementary color
Monochromatic Colors of #979A0E
Black with #979A0E
Text Example
Text Example
White with #979A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979A0E; }
p { color: rgb(151,154,14); }
H1.HeaderClassName
{
color: #979A0E;
}
.AnyTagClassName
{
color: #979A0E;
}
</style>
background-color css
<style>
a { background-color: #979A0E; }
a { background-color: rgb(151,154,14); }
div.DivClassName
{
background-color: #979A0E;
}
.BgClassName
{
background-color: #979A0E;
}
</style>
border-color css
<style>
span { border-color: #979A0E; }
span { border-color: rgb(151,154,14); }
td.TdClassName
{
border-color: #979A0E;
}
.TagClassName
{
border-color: #979A0E;
}
</style>