Shades of Citron #959223
Tints of Citron #959223
RGB
CMYK
RGB Variations
Color information
#959223 (or 0x959223) is known color: Citron. HEX triplet: 95, 92 and 23. RGB value is (149,146,35). Sum of RGB (Red+Green+Blue) = 149+146+35=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 35 (14.06% from 255 or 10.61% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #959223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959223 is #6A6DDC. Grayscale: #868686. Windows color (decimal): -6974941 or 2331285. OLE color: 2331285.
HSL color Cylindrical-coordinate representation of color #959223: hue angle of 58.42º degrees, saturation: 0.62, 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 #959223 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 146 | 35 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.42 |
| HSL | 58.42º | 0.62% | 0.36% | - |
| HSV(B) | 58.42º | 0.77% | 0.58% | - |
| XYZ | 22.98 | 27.07 | 5.6 | - |
| YUV | 134.24 | 71.99 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 146 | 35 | 0 | 0.02 | 0.77 | 0.42 | 58.42 | 0.62 | 0.36 |
| Hex | 95 | 92 | 23 | 0 | 2 | 4D | 2A | 3A | 3E | 24 |
| Octal | 225 | 222 | 43 | 0 | 2 | 115 | 52 | 72 | 76 | 44 |
| Binary | 10010101 | 10010010 | 100011 | 0 | 10 | 1001101 | 101010 | 111010 | 111110 | 100100 |
Color Harmonies of #959223
Complementary color
Monochromatic Colors of #959223
Black with #959223
Text Example
Text Example
White with #959223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959223; }
p { color: rgb(149,146,35); }
H1.HeaderClassName
{
color: #959223;
}
.AnyTagClassName
{
color: #959223;
}
</style>
background-color css
<style>
a { background-color: #959223; }
a { background-color: rgb(149,146,35); }
div.DivClassName
{
background-color: #959223;
}
.BgClassName
{
background-color: #959223;
}
</style>
border-color css
<style>
span { border-color: #959223; }
span { border-color: rgb(149,146,35); }
td.TdClassName
{
border-color: #959223;
}
.TagClassName
{
border-color: #959223;
}
</style>