Shades of Citron #959222
Tints of Citron #959222
RGB
CMYK
RGB Variations
Color information
#959222 (or 0x959222) is known color: Citron. HEX triplet: 95, 92 and 22. RGB value is (149,146,34). Sum of RGB (Red+Green+Blue) = 149+146+34=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #959222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959222 is #6A6DDD. Grayscale: #868686. Windows color (decimal): -6974942 or 2265749. OLE color: 2265749.
HSL color Cylindrical-coordinate representation of color #959222: hue angle of 58.43º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #959222 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 146 | 34 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.42 |
| HSL | 58.43º | 0.63% | 0.36% | - |
| HSV(B) | 58.43º | 0.77% | 0.58% | - |
| XYZ | 22.96 | 27.06 | 5.53 | - |
| YUV | 134.13 | 71.49 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 146 | 34 | 0 | 0.02 | 0.77 | 0.42 | 58.43 | 0.63 | 0.36 |
| Hex | 95 | 92 | 22 | 0 | 2 | 4D | 2A | 3A | 3F | 24 |
| Octal | 225 | 222 | 42 | 0 | 2 | 115 | 52 | 72 | 77 | 44 |
| Binary | 10010101 | 10010010 | 100010 | 0 | 10 | 1001101 | 101010 | 111010 | 111111 | 100100 |
Color Harmonies of #959222
Complementary color
Monochromatic Colors of #959222
Black with #959222
Text Example
Text Example
White with #959222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959222; }
p { color: rgb(149,146,34); }
H1.HeaderClassName
{
color: #959222;
}
.AnyTagClassName
{
color: #959222;
}
</style>
background-color css
<style>
a { background-color: #959222; }
a { background-color: rgb(149,146,34); }
div.DivClassName
{
background-color: #959222;
}
.BgClassName
{
background-color: #959222;
}
</style>
border-color css
<style>
span { border-color: #959222; }
span { border-color: rgb(149,146,34); }
td.TdClassName
{
border-color: #959222;
}
.TagClassName
{
border-color: #959222;
}
</style>