Shades of Citron #979324
Tints of Citron #979324
RGB
CMYK
RGB Variations
Color information
#979324 (or 0x979324) is known color: Citron. HEX triplet: 97, 93 and 24. RGB value is (151,147,36). Sum of RGB (Red+Green+Blue) = 151+147+36=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #979324 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979324 is #686CDB. Grayscale: #878787. Windows color (decimal): -6843612 or 2397079. OLE color: 2397079.
HSL color Cylindrical-coordinate representation of color #979324: hue angle of 57.91º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #979324 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 147 | 36 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.41 |
| HSL | 57.91º | 0.61% | 0.37% | - |
| HSV(B) | 57.91º | 0.76% | 0.59% | - |
| XYZ | 23.51 | 27.57 | 5.75 | - |
| YUV | 135.54 | 71.83 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 147 | 36 | 0 | 0.03 | 0.76 | 0.41 | 57.91 | 0.61 | 0.37 |
| Hex | 97 | 93 | 24 | 0 | 3 | 4C | 29 | 3A | 3D | 25 |
| Octal | 227 | 223 | 44 | 0 | 3 | 114 | 51 | 72 | 75 | 45 |
| Binary | 10010111 | 10010011 | 100100 | 0 | 11 | 1001100 | 101001 | 111010 | 111101 | 100101 |
Color Harmonies of #979324
Complementary color
Monochromatic Colors of #979324
Black with #979324
Text Example
Text Example
White with #979324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979324; }
p { color: rgb(151,147,36); }
H1.HeaderClassName
{
color: #979324;
}
.AnyTagClassName
{
color: #979324;
}
</style>
background-color css
<style>
a { background-color: #979324; }
a { background-color: rgb(151,147,36); }
div.DivClassName
{
background-color: #979324;
}
.BgClassName
{
background-color: #979324;
}
</style>
border-color css
<style>
span { border-color: #979324; }
span { border-color: rgb(151,147,36); }
td.TdClassName
{
border-color: #979324;
}
.TagClassName
{
border-color: #979324;
}
</style>