Shades of Citron #979728
Tints of Citron #979728
RGB
CMYK
RGB Variations
Color information
#979728 (or 0x979728) is known color: Citron. HEX triplet: 97, 97 and 28. RGB value is (151,151,40). Sum of RGB (Red+Green+Blue) = 151+151+40=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 151 - color contains mainly: red, green. Hex color #979728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979728 is #6868D7. Grayscale: #8A8A8A. Windows color (decimal): -6842584 or 2660247. OLE color: 2660247.
HSL color Cylindrical-coordinate representation of color #979728: hue angle of 60º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #979728 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 151 | 40 | - |
| CMYK | 0 | 0 | 0.74 | 0.41 |
| HSL | 60º | 0.58% | 0.37% | - |
| HSV(B) | 60º | 0.74% | 0.59% | - |
| XYZ | 24.21 | 28.87 | 6.3 | - |
| YUV | 138.35 | 72.5 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 151 | 40 | 0 | 0 | 0.74 | 0.41 | 60 | 0.58 | 0.37 |
| Hex | 97 | 97 | 28 | 0 | 0 | 4A | 29 | 3C | 3A | 25 |
| Octal | 227 | 227 | 50 | 0 | 0 | 112 | 51 | 74 | 72 | 45 |
| Binary | 10010111 | 10010111 | 101000 | 0 | 0 | 1001010 | 101001 | 111100 | 111010 | 100101 |
Color Harmonies of #979728
Complementary color
Monochromatic Colors of #979728
Black with #979728
Text Example
Text Example
White with #979728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979728; }
p { color: rgb(151,151,40); }
H1.HeaderClassName
{
color: #979728;
}
.AnyTagClassName
{
color: #979728;
}
</style>
background-color css
<style>
a { background-color: #979728; }
a { background-color: rgb(151,151,40); }
div.DivClassName
{
background-color: #979728;
}
.BgClassName
{
background-color: #979728;
}
</style>
border-color css
<style>
span { border-color: #979728; }
span { border-color: rgb(151,151,40); }
td.TdClassName
{
border-color: #979728;
}
.TagClassName
{
border-color: #979728;
}
</style>