Shades of Citron #959D12
Tints of Citron #959D12
RGB
CMYK
RGB Variations
Color information
#959D12 (or 0x959D12) is known color: Citron. HEX triplet: 95, 9D and 12. RGB value is (149,157,18). Sum of RGB (Red+Green+Blue) = 149+157+18=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 157 (61.72% from 255 or 48.46% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 157 - color contains mainly: green. Hex color #959D12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959D12 is #6A62ED. Grayscale: #8B8B8B. Windows color (decimal): -6972142 or 1219989. OLE color: 1219989.
HSL color Cylindrical-coordinate representation of color #959D12: hue angle of 63.45º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #959D12 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 157 | 18 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.38 |
| HSL | 63.45º | 0.79% | 0.34% | - |
| HSV(B) | 63.45º | 0.89% | 0.62% | - |
| XYZ | 24.56 | 30.55 | 5.17 | - |
| YUV | 138.76 | 59.85 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 157 | 18 | 0.05 | 0 | 0.89 | 0.38 | 63.45 | 0.79 | 0.34 |
| Hex | 95 | 9D | 12 | 5 | 0 | 59 | 26 | 3F | 4F | 22 |
| Octal | 225 | 235 | 22 | 5 | 0 | 131 | 46 | 77 | 117 | 42 |
| Binary | 10010101 | 10011101 | 10010 | 101 | 0 | 1011001 | 100110 | 111111 | 1001111 | 100010 |
Color Harmonies of #959D12
Complementary color
Monochromatic Colors of #959D12
Black with #959D12
Text Example
Text Example
White with #959D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959D12; }
p { color: rgb(149,157,18); }
H1.HeaderClassName
{
color: #959D12;
}
.AnyTagClassName
{
color: #959D12;
}
</style>
background-color css
<style>
a { background-color: #959D12; }
a { background-color: rgb(149,157,18); }
div.DivClassName
{
background-color: #959D12;
}
.BgClassName
{
background-color: #959D12;
}
</style>
border-color css
<style>
span { border-color: #959D12; }
span { border-color: rgb(149,157,18); }
td.TdClassName
{
border-color: #959D12;
}
.TagClassName
{
border-color: #959D12;
}
</style>