Shades of Citron #959F22
Tints of Citron #959F22
RGB
CMYK
RGB Variations
Color information
#959F22 (or 0x959F22) is known color: Citron. HEX triplet: 95, 9F and 22. RGB value is (149,159,34). Sum of RGB (Red+Green+Blue) = 149+159+34=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 159 (62.5% from 255 or 46.49% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 159 - color contains mainly: green. Hex color #959F22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959F22 is #6A60DD. Grayscale: #8E8E8E. Windows color (decimal): -6971614 or 2269077. OLE color: 2269077.
HSL color Cylindrical-coordinate representation of color #959F22: hue angle of 64.8º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #959F22 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 159 | 34 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.38 |
| HSL | 64.8º | 0.65% | 0.38% | - |
| HSV(B) | 64.8º | 0.79% | 0.62% | - |
| XYZ | 25.08 | 31.3 | 6.23 | - |
| YUV | 141.76 | 67.19 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 34 | 0.06 | 0 | 0.79 | 0.38 | 64.8 | 0.65 | 0.38 |
| Hex | 95 | 9F | 22 | 6 | 0 | 4F | 26 | 41 | 41 | 26 |
| Octal | 225 | 237 | 42 | 6 | 0 | 117 | 46 | 101 | 101 | 46 |
| Binary | 10010101 | 10011111 | 100010 | 110 | 0 | 1001111 | 100110 | 1000001 | 1000001 | 100110 |
Color Harmonies of #959F22
Complementary color
Monochromatic Colors of #959F22
Black with #959F22
Text Example
Text Example
White with #959F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959F22; }
p { color: rgb(149,159,34); }
H1.HeaderClassName
{
color: #959F22;
}
.AnyTagClassName
{
color: #959F22;
}
</style>
background-color css
<style>
a { background-color: #959F22; }
a { background-color: rgb(149,159,34); }
div.DivClassName
{
background-color: #959F22;
}
.BgClassName
{
background-color: #959F22;
}
</style>
border-color css
<style>
span { border-color: #959F22; }
span { border-color: rgb(149,159,34); }
td.TdClassName
{
border-color: #959F22;
}
.TagClassName
{
border-color: #959F22;
}
</style>