Shades of Citron #979802
Tints of Citron #979802
RGB
CMYK
RGB Variations
Color information
#979802 (or 0x979802) is known color: Citron. HEX triplet: 97, 98 and 02. RGB value is (151,152,2). Sum of RGB (Red+Green+Blue) = 151+152+2=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #979802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979802 is #6867FD. Grayscale: #878787. Windows color (decimal): -6842366 or 170135. OLE color: 170135.
HSL color Cylindrical-coordinate representation of color #979802: hue angle of 60.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #979802 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 152 | 2 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.40 |
| HSL | 60.4º | 0.97% | 0.3% | - |
| HSV(B) | 60.4º | 0.99% | 0.6% | - |
| XYZ | 24 | 29.04 | 4.4 | - |
| YUV | 134.6 | 53.17 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 152 | 2 | 0.01 | 0 | 0.99 | 0.40 | 60.4 | 0.97 | 0.3 |
| Hex | 97 | 98 | 2 | 1 | 0 | 63 | 28 | 3C | 61 | 1E |
| Octal | 227 | 230 | 2 | 1 | 0 | 143 | 50 | 74 | 141 | 36 |
| Binary | 10010111 | 10011000 | 10 | 1 | 0 | 1100011 | 101000 | 111100 | 1100001 | 11110 |
Color Harmonies of #979802
Complementary color
Monochromatic Colors of #979802
Black with #979802
Text Example
Text Example
White with #979802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979802; }
p { color: rgb(151,152,2); }
H1.HeaderClassName
{
color: #979802;
}
.AnyTagClassName
{
color: #979802;
}
</style>
background-color css
<style>
a { background-color: #979802; }
a { background-color: rgb(151,152,2); }
div.DivClassName
{
background-color: #979802;
}
.BgClassName
{
background-color: #979802;
}
</style>
border-color css
<style>
span { border-color: #979802; }
span { border-color: rgb(151,152,2); }
td.TdClassName
{
border-color: #979802;
}
.TagClassName
{
border-color: #979802;
}
</style>