Shades of Citron #979B2F
Tints of Citron #979B2F
RGB
CMYK
RGB Variations
Color information
#979B2F (or 0x979B2F) is known color: Citron. HEX triplet: 97, 9B and 2F. RGB value is (151,155,47). Sum of RGB (Red+Green+Blue) = 151+155+47=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 155 - color contains mainly: green. Hex color #979B2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979B2F is #6864D0. Grayscale: #8D8D8D. Windows color (decimal): -6841553 or 3120023. OLE color: 3120023.
HSL color Cylindrical-coordinate representation of color #979B2F: hue angle of 62.22º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #979B2F is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 155 | 47 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.39 |
| HSL | 62.22º | 0.53% | 0.4% | - |
| HSV(B) | 62.22º | 0.7% | 0.61% | - |
| XYZ | 25 | 30.23 | 7.21 | - |
| YUV | 141.49 | 74.67 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 155 | 47 | 0.03 | 0 | 0.70 | 0.39 | 62.22 | 0.53 | 0.4 |
| Hex | 97 | 9B | 2F | 3 | 0 | 46 | 27 | 3E | 35 | 28 |
| Octal | 227 | 233 | 57 | 3 | 0 | 106 | 47 | 76 | 65 | 50 |
| Binary | 10010111 | 10011011 | 101111 | 11 | 0 | 1000110 | 100111 | 111110 | 110101 | 101000 |
Color Harmonies of #979B2F
Complementary color
Monochromatic Colors of #979B2F
Black with #979B2F
Text Example
Text Example
White with #979B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979B2F; }
p { color: rgb(151,155,47); }
H1.HeaderClassName
{
color: #979B2F;
}
.AnyTagClassName
{
color: #979B2F;
}
</style>
background-color css
<style>
a { background-color: #979B2F; }
a { background-color: rgb(151,155,47); }
div.DivClassName
{
background-color: #979B2F;
}
.BgClassName
{
background-color: #979B2F;
}
</style>
border-color css
<style>
span { border-color: #979B2F; }
span { border-color: rgb(151,155,47); }
td.TdClassName
{
border-color: #979B2F;
}
.TagClassName
{
border-color: #979B2F;
}
</style>