Shades of Citron #959629
Tints of Citron #959629
RGB
CMYK
RGB Variations
Color information
#959629 (or 0x959629) is known color: Citron. HEX triplet: 95, 96 and 29. RGB value is (149,150,41). Sum of RGB (Red+Green+Blue) = 149+150+41=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 150 - color contains mainly: green. Hex color #959629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959629 is #6A69D6. Grayscale: #898989. Windows color (decimal): -6973911 or 2725525. OLE color: 2725525.
HSL color Cylindrical-coordinate representation of color #959629: hue angle of 60.55º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #959629 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 150 | 41 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.41 |
| HSL | 60.55º | 0.57% | 0.37% | - |
| HSV(B) | 60.55º | 0.73% | 0.59% | - |
| XYZ | 23.7 | 28.36 | 6.32 | - |
| YUV | 137.28 | 73.67 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 150 | 41 | 0.01 | 0 | 0.73 | 0.41 | 60.55 | 0.57 | 0.37 |
| Hex | 95 | 96 | 29 | 1 | 0 | 49 | 29 | 3D | 39 | 25 |
| Octal | 225 | 226 | 51 | 1 | 0 | 111 | 51 | 75 | 71 | 45 |
| Binary | 10010101 | 10010110 | 101001 | 1 | 0 | 1001001 | 101001 | 111101 | 111001 | 100101 |
Color Harmonies of #959629
Complementary color
Monochromatic Colors of #959629
Black with #959629
Text Example
Text Example
White with #959629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959629; }
p { color: rgb(149,150,41); }
H1.HeaderClassName
{
color: #959629;
}
.AnyTagClassName
{
color: #959629;
}
</style>
background-color css
<style>
a { background-color: #959629; }
a { background-color: rgb(149,150,41); }
div.DivClassName
{
background-color: #959629;
}
.BgClassName
{
background-color: #959629;
}
</style>
border-color css
<style>
span { border-color: #959629; }
span { border-color: rgb(149,150,41); }
td.TdClassName
{
border-color: #959629;
}
.TagClassName
{
border-color: #959629;
}
</style>