Shades of Citron #979115
Tints of Citron #979115
RGB
CMYK
RGB Variations
Color information
#979115 (or 0x979115) is known color: Citron. HEX triplet: 97, 91 and 15. RGB value is (151,145,21). Sum of RGB (Red+Green+Blue) = 151+145+21=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #979115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979115 is #686EEA. Grayscale: #858585. Windows color (decimal): -6844139 or 1413527. OLE color: 1413527.
HSL color Cylindrical-coordinate representation of color #979115: hue angle of 57.23º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #979115 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 145 | 21 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.41 |
| HSL | 57.23º | 0.76% | 0.34% | - |
| HSV(B) | 57.23º | 0.86% | 0.59% | - |
| XYZ | 23.02 | 26.88 | 4.69 | - |
| YUV | 132.66 | 64.99 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 145 | 21 | 0 | 0.04 | 0.86 | 0.41 | 57.23 | 0.76 | 0.34 |
| Hex | 97 | 91 | 15 | 0 | 4 | 56 | 29 | 39 | 4C | 22 |
| Octal | 227 | 221 | 25 | 0 | 4 | 126 | 51 | 71 | 114 | 42 |
| Binary | 10010111 | 10010001 | 10101 | 0 | 100 | 1010110 | 101001 | 111001 | 1001100 | 100010 |
Color Harmonies of #979115
Complementary color
Monochromatic Colors of #979115
Black with #979115
Text Example
Text Example
White with #979115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979115; }
p { color: rgb(151,145,21); }
H1.HeaderClassName
{
color: #979115;
}
.AnyTagClassName
{
color: #979115;
}
</style>
background-color css
<style>
a { background-color: #979115; }
a { background-color: rgb(151,145,21); }
div.DivClassName
{
background-color: #979115;
}
.BgClassName
{
background-color: #979115;
}
</style>
border-color css
<style>
span { border-color: #979115; }
span { border-color: rgb(151,145,21); }
td.TdClassName
{
border-color: #979115;
}
.TagClassName
{
border-color: #979115;
}
</style>