Shades of Citron #959922
Tints of Citron #959922
RGB
CMYK
RGB Variations
Color information
#959922 (or 0x959922) is known color: Citron. HEX triplet: 95, 99 and 22. RGB value is (149,153,34). Sum of RGB (Red+Green+Blue) = 149+153+34=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 34 (13.67% from 255 or 10.12% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #959922 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959922 is #6A66DD. Grayscale: #8A8A8A. Windows color (decimal): -6973150 or 2267541. OLE color: 2267541.
HSL color Cylindrical-coordinate representation of color #959922: hue angle of 62.02º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #959922 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 153 | 34 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.4 |
| HSL | 62.02º | 0.64% | 0.37% | - |
| HSV(B) | 62.02º | 0.78% | 0.6% | - |
| XYZ | 24.07 | 29.29 | 5.9 | - |
| YUV | 138.24 | 69.17 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 34 | 0.03 | 0 | 0.78 | 0.4 | 62.02 | 0.64 | 0.37 |
| Hex | 95 | 99 | 22 | 3 | 0 | 4E | 28 | 3E | 40 | 25 |
| Octal | 225 | 231 | 42 | 3 | 0 | 116 | 50 | 76 | 100 | 45 |
| Binary | 10010101 | 10011001 | 100010 | 11 | 0 | 1001110 | 101000 | 111110 | 1000000 | 100101 |
Color Harmonies of #959922
Complementary color
Monochromatic Colors of #959922
Black with #959922
Text Example
Text Example
White with #959922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959922; }
p { color: rgb(149,153,34); }
H1.HeaderClassName
{
color: #959922;
}
.AnyTagClassName
{
color: #959922;
}
</style>
background-color css
<style>
a { background-color: #959922; }
a { background-color: rgb(149,153,34); }
div.DivClassName
{
background-color: #959922;
}
.BgClassName
{
background-color: #959922;
}
</style>
border-color css
<style>
span { border-color: #959922; }
span { border-color: rgb(149,153,34); }
td.TdClassName
{
border-color: #959922;
}
.TagClassName
{
border-color: #959922;
}
</style>