Shades of Citron #979806
Tints of Citron #979806
RGB
CMYK
RGB Variations
Color information
#979806 (or 0x979806) is known color: Citron. HEX triplet: 97, 98 and 06. RGB value is (151,152,6). Sum of RGB (Red+Green+Blue) = 151+152+6=309 (40% of max value = 765). Red value is 151 (59.38% from 255 or 48.87% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #979806 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979806 is #6867F9. Grayscale: #878787. Windows color (decimal): -6842362 or 432279. OLE color: 432279.
HSL color Cylindrical-coordinate representation of color #979806: hue angle of 60.41º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #979806 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 152 | 6 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.40 |
| HSL | 60.41º | 0.92% | 0.31% | - |
| HSV(B) | 60.41º | 0.96% | 0.6% | - |
| XYZ | 24.02 | 29.05 | 4.51 | - |
| YUV | 135.06 | 55.17 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 152 | 6 | 0.01 | 0 | 0.96 | 0.40 | 60.41 | 0.92 | 0.31 |
| Hex | 97 | 98 | 6 | 1 | 0 | 60 | 28 | 3C | 5C | 1F |
| Octal | 227 | 230 | 6 | 1 | 0 | 140 | 50 | 74 | 134 | 37 |
| Binary | 10010111 | 10011000 | 110 | 1 | 0 | 1100000 | 101000 | 111100 | 1011100 | 11111 |
Color Harmonies of #979806
Complementary color
Monochromatic Colors of #979806
Black with #979806
Text Example
Text Example
White with #979806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979806; }
p { color: rgb(151,152,6); }
H1.HeaderClassName
{
color: #979806;
}
.AnyTagClassName
{
color: #979806;
}
</style>
background-color css
<style>
a { background-color: #979806; }
a { background-color: rgb(151,152,6); }
div.DivClassName
{
background-color: #979806;
}
.BgClassName
{
background-color: #979806;
}
</style>
border-color css
<style>
span { border-color: #979806; }
span { border-color: rgb(151,152,6); }
td.TdClassName
{
border-color: #979806;
}
.TagClassName
{
border-color: #979806;
}
</style>