Shades of Citron #959B23
Tints of Citron #959B23
RGB
CMYK
RGB Variations
Color information
#959B23 (or 0x959B23) is known color: Citron. HEX triplet: 95, 9B and 23. RGB value is (149,155,35). Sum of RGB (Red+Green+Blue) = 149+155+35=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #959B23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959B23 is #6A64DC. Grayscale: #8B8B8B. Windows color (decimal): -6972637 or 2333589. OLE color: 2333589.
HSL color Cylindrical-coordinate representation of color #959B23: hue angle of 63º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #959B23 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 155 | 35 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.39 |
| HSL | 63º | 0.63% | 0.37% | - |
| HSV(B) | 63º | 0.77% | 0.61% | - |
| XYZ | 24.42 | 29.95 | 6.08 | - |
| YUV | 139.53 | 69.01 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 35 | 0.04 | 0 | 0.77 | 0.39 | 63 | 0.63 | 0.37 |
| Hex | 95 | 9B | 23 | 4 | 0 | 4D | 27 | 3F | 3F | 25 |
| Octal | 225 | 233 | 43 | 4 | 0 | 115 | 47 | 77 | 77 | 45 |
| Binary | 10010101 | 10011011 | 100011 | 100 | 0 | 1001101 | 100111 | 111111 | 111111 | 100101 |
Color Harmonies of #959B23
Complementary color
Monochromatic Colors of #959B23
Black with #959B23
Text Example
Text Example
White with #959B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959B23; }
p { color: rgb(149,155,35); }
H1.HeaderClassName
{
color: #959B23;
}
.AnyTagClassName
{
color: #959B23;
}
</style>
background-color css
<style>
a { background-color: #959B23; }
a { background-color: rgb(149,155,35); }
div.DivClassName
{
background-color: #959B23;
}
.BgClassName
{
background-color: #959B23;
}
</style>
border-color css
<style>
span { border-color: #959B23; }
span { border-color: rgb(149,155,35); }
td.TdClassName
{
border-color: #959B23;
}
.TagClassName
{
border-color: #959B23;
}
</style>