Shades of Citron #979B32
Tints of Citron #979B32
RGB
CMYK
RGB Variations
Color information
#979B32 (or 0x979B32) is known color: Citron. HEX triplet: 97, 9B and 32. RGB value is (151,155,50). Sum of RGB (Red+Green+Blue) = 151+155+50=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 155 - color contains mainly: green. Hex color #979B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979B32 is #6864CD. Grayscale: #8E8E8E. Windows color (decimal): -6841550 or 3316631. OLE color: 3316631.
HSL color Cylindrical-coordinate representation of color #979B32: hue angle of 62.29º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #979B32 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 155 | 50 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.39 |
| HSL | 62.29º | 0.51% | 0.4% | - |
| HSV(B) | 62.29º | 0.68% | 0.61% | - |
| XYZ | 25.06 | 30.25 | 7.54 | - |
| YUV | 141.83 | 76.17 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 155 | 50 | 0.03 | 0 | 0.68 | 0.39 | 62.29 | 0.51 | 0.4 |
| Hex | 97 | 9B | 32 | 3 | 0 | 44 | 27 | 3E | 33 | 28 |
| Octal | 227 | 233 | 62 | 3 | 0 | 104 | 47 | 76 | 63 | 50 |
| Binary | 10010111 | 10011011 | 110010 | 11 | 0 | 1000100 | 100111 | 111110 | 110011 | 101000 |
Color Harmonies of #979B32
Complementary color
Monochromatic Colors of #979B32
Black with #979B32
Text Example
Text Example
White with #979B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979B32; }
p { color: rgb(151,155,50); }
H1.HeaderClassName
{
color: #979B32;
}
.AnyTagClassName
{
color: #979B32;
}
</style>
background-color css
<style>
a { background-color: #979B32; }
a { background-color: rgb(151,155,50); }
div.DivClassName
{
background-color: #979B32;
}
.BgClassName
{
background-color: #979B32;
}
</style>
border-color css
<style>
span { border-color: #979B32; }
span { border-color: rgb(151,155,50); }
td.TdClassName
{
border-color: #979B32;
}
.TagClassName
{
border-color: #979B32;
}
</style>