Shades of Citron #978F13
Tints of Citron #978F13
RGB
CMYK
RGB Variations
Color information
#978F13 (or 0x978F13) is known color: Citron. HEX triplet: 97, 8F and 13. RGB value is (151,143,19). Sum of RGB (Red+Green+Blue) = 151+143+19=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #978F13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978F13 is #6870EC. Grayscale: #838383. Windows color (decimal): -6844653 or 1281943. OLE color: 1281943.
HSL color Cylindrical-coordinate representation of color #978F13: hue angle of 56.36º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #978F13 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 143 | 19 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.41 |
| HSL | 56.36º | 0.78% | 0.33% | - |
| HSV(B) | 56.36º | 0.87% | 0.59% | - |
| XYZ | 22.7 | 26.27 | 4.49 | - |
| YUV | 131.26 | 64.65 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 19 | 0 | 0.05 | 0.87 | 0.41 | 56.36 | 0.78 | 0.33 |
| Hex | 97 | 8F | 13 | 0 | 5 | 57 | 29 | 38 | 4E | 21 |
| Octal | 227 | 217 | 23 | 0 | 5 | 127 | 51 | 70 | 116 | 41 |
| Binary | 10010111 | 10001111 | 10011 | 0 | 101 | 1010111 | 101001 | 111000 | 1001110 | 100001 |
Color Harmonies of #978F13
Complementary color
Monochromatic Colors of #978F13
Black with #978F13
Text Example
Text Example
White with #978F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978F13; }
p { color: rgb(151,143,19); }
H1.HeaderClassName
{
color: #978F13;
}
.AnyTagClassName
{
color: #978F13;
}
</style>
background-color css
<style>
a { background-color: #978F13; }
a { background-color: rgb(151,143,19); }
div.DivClassName
{
background-color: #978F13;
}
.BgClassName
{
background-color: #978F13;
}
</style>
border-color css
<style>
span { border-color: #978F13; }
span { border-color: rgb(151,143,19); }
td.TdClassName
{
border-color: #978F13;
}
.TagClassName
{
border-color: #978F13;
}
</style>