Shades of Citron #959509
Tints of Citron #959509
RGB
CMYK
RGB Variations
Color information
#959509 (or 0x959509) is known color: Citron. HEX triplet: 95, 95 and 09. RGB value is (149,149,9). Sum of RGB (Red+Green+Blue) = 149+149+9=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959509 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959509 is #6A6AF6. Grayscale: #858585. Windows color (decimal): -6974199 or 628117. OLE color: 628117.
HSL color Cylindrical-coordinate representation of color #959509: hue angle of 60º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #959509 is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 149 | 9 | - |
| CMYK | 0 | 0 | 0.94 | 0.42 |
| HSL | 60º | 0.89% | 0.31% | - |
| HSV(B) | 60º | 0.94% | 0.58% | - |
| XYZ | 23.19 | 27.9 | 4.42 | - |
| YUV | 133.04 | 58 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 149 | 9 | 0 | 0 | 0.94 | 0.42 | 60 | 0.89 | 0.31 |
| Hex | 95 | 95 | 9 | 0 | 0 | 5E | 2A | 3C | 59 | 1F |
| Octal | 225 | 225 | 11 | 0 | 0 | 136 | 52 | 74 | 131 | 37 |
| Binary | 10010101 | 10010101 | 1001 | 0 | 0 | 1011110 | 101010 | 111100 | 1011001 | 11111 |
Color Harmonies of #959509
Complementary color
Monochromatic Colors of #959509
Black with #959509
Text Example
Text Example
White with #959509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959509; }
p { color: rgb(149,149,9); }
H1.HeaderClassName
{
color: #959509;
}
.AnyTagClassName
{
color: #959509;
}
</style>
background-color css
<style>
a { background-color: #959509; }
a { background-color: rgb(149,149,9); }
div.DivClassName
{
background-color: #959509;
}
.BgClassName
{
background-color: #959509;
}
</style>
border-color css
<style>
span { border-color: #959509; }
span { border-color: rgb(149,149,9); }
td.TdClassName
{
border-color: #959509;
}
.TagClassName
{
border-color: #959509;
}
</style>