Shades of Citron #979829
Tints of Citron #979829
RGB
CMYK
RGB Variations
Color information
#979829 (or 0x979829) is known color: Citron. HEX triplet: 97, 98 and 29. RGB value is (151,152,41). Sum of RGB (Red+Green+Blue) = 151+152+41=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 152 - color contains mainly: green. Hex color #979829 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979829 is #6867D6. Grayscale: #8B8B8B. Windows color (decimal): -6842327 or 2726039. OLE color: 2726039.
HSL color Cylindrical-coordinate representation of color #979829: hue angle of 60.54º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #979829 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 152 | 41 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.40 |
| HSL | 60.54º | 0.58% | 0.38% | - |
| HSV(B) | 60.54º | 0.73% | 0.6% | - |
| XYZ | 24.39 | 29.2 | 6.45 | - |
| YUV | 139.05 | 72.67 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 152 | 41 | 0.01 | 0 | 0.73 | 0.40 | 60.54 | 0.58 | 0.38 |
| Hex | 97 | 98 | 29 | 1 | 0 | 49 | 28 | 3D | 3A | 26 |
| Octal | 227 | 230 | 51 | 1 | 0 | 111 | 50 | 75 | 72 | 46 |
| Binary | 10010111 | 10011000 | 101001 | 1 | 0 | 1001001 | 101000 | 111101 | 111010 | 100110 |
Color Harmonies of #979829
Complementary color
Monochromatic Colors of #979829
Black with #979829
Text Example
Text Example
White with #979829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979829; }
p { color: rgb(151,152,41); }
H1.HeaderClassName
{
color: #979829;
}
.AnyTagClassName
{
color: #979829;
}
</style>
background-color css
<style>
a { background-color: #979829; }
a { background-color: rgb(151,152,41); }
div.DivClassName
{
background-color: #979829;
}
.BgClassName
{
background-color: #979829;
}
</style>
border-color css
<style>
span { border-color: #979829; }
span { border-color: rgb(151,152,41); }
td.TdClassName
{
border-color: #979829;
}
.TagClassName
{
border-color: #979829;
}
</style>