Shades of Citron #959D2B
Tints of Citron #959D2B
RGB
CMYK
RGB Variations
Color information
#959D2B (or 0x959D2B) is known color: Citron. HEX triplet: 95, 9D and 2B. RGB value is (149,157,43). Sum of RGB (Red+Green+Blue) = 149+157+43=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 157 - color contains mainly: green. Hex color #959D2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959D2B is #6A62D4. Grayscale: #8E8E8E. Windows color (decimal): -6972117 or 2858389. OLE color: 2858389.
HSL color Cylindrical-coordinate representation of color #959D2B: hue angle of 64.21º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #959D2B is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 157 | 43 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.38 |
| HSL | 64.21º | 0.57% | 0.39% | - |
| HSV(B) | 64.21º | 0.73% | 0.62% | - |
| XYZ | 24.89 | 30.68 | 6.9 | - |
| YUV | 141.61 | 72.35 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 157 | 43 | 0.05 | 0 | 0.73 | 0.38 | 64.21 | 0.57 | 0.39 |
| Hex | 95 | 9D | 2B | 5 | 0 | 49 | 26 | 40 | 39 | 27 |
| Octal | 225 | 235 | 53 | 5 | 0 | 111 | 46 | 100 | 71 | 47 |
| Binary | 10010101 | 10011101 | 101011 | 101 | 0 | 1001001 | 100110 | 1000000 | 111001 | 100111 |
Color Harmonies of #959D2B
Complementary color
Monochromatic Colors of #959D2B
Black with #959D2B
Text Example
Text Example
White with #959D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959D2B; }
p { color: rgb(149,157,43); }
H1.HeaderClassName
{
color: #959D2B;
}
.AnyTagClassName
{
color: #959D2B;
}
</style>
background-color css
<style>
a { background-color: #959D2B; }
a { background-color: rgb(149,157,43); }
div.DivClassName
{
background-color: #959D2B;
}
.BgClassName
{
background-color: #959D2B;
}
</style>
border-color css
<style>
span { border-color: #959D2B; }
span { border-color: rgb(149,157,43); }
td.TdClassName
{
border-color: #959D2B;
}
.TagClassName
{
border-color: #959D2B;
}
</style>