Shades of Citron #959C05
Tints of Citron #959C05
RGB
CMYK
RGB Variations
Color information
#959C05 (or 0x959C05) is known color: Citron. HEX triplet: 95, 9C and 05. RGB value is (149,156,5). Sum of RGB (Red+Green+Blue) = 149+156+5=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #959C05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959C05 is #6A63FA. Grayscale: #898989. Windows color (decimal): -6972411 or 367765. OLE color: 367765.
HSL color Cylindrical-coordinate representation of color #959C05: hue angle of 62.78º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #959C05 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 156 | 5 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.39 |
| HSL | 62.78º | 0.94% | 0.32% | - |
| HSV(B) | 62.78º | 0.97% | 0.61% | - |
| XYZ | 24.31 | 30.18 | 4.69 | - |
| YUV | 136.69 | 53.68 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 5 | 0.04 | 0 | 0.97 | 0.39 | 62.78 | 0.94 | 0.32 |
| Hex | 95 | 9C | 5 | 4 | 0 | 61 | 27 | 3F | 5E | 20 |
| Octal | 225 | 234 | 5 | 4 | 0 | 141 | 47 | 77 | 136 | 40 |
| Binary | 10010101 | 10011100 | 101 | 100 | 0 | 1100001 | 100111 | 111111 | 1011110 | 100000 |
Color Harmonies of #959C05
Complementary color
Monochromatic Colors of #959C05
Black with #959C05
Text Example
Text Example
White with #959C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959C05; }
p { color: rgb(149,156,5); }
H1.HeaderClassName
{
color: #959C05;
}
.AnyTagClassName
{
color: #959C05;
}
</style>
background-color css
<style>
a { background-color: #959C05; }
a { background-color: rgb(149,156,5); }
div.DivClassName
{
background-color: #959C05;
}
.BgClassName
{
background-color: #959C05;
}
</style>
border-color css
<style>
span { border-color: #959C05; }
span { border-color: rgb(149,156,5); }
td.TdClassName
{
border-color: #959C05;
}
.TagClassName
{
border-color: #959C05;
}
</style>