Shades of Citron #949909
Tints of Citron #949909
RGB
CMYK
RGB Variations
Color information
#949909 (or 0x949909) is known color: Citron. HEX triplet: 94, 99 and 09. RGB value is (148,153,9). Sum of RGB (Red+Green+Blue) = 148+153+9=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #949909 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949909 is #6B66F6. Grayscale: #878787. Windows color (decimal): -7038711 or 629140. OLE color: 629140.
HSL color Cylindrical-coordinate representation of color #949909: hue angle of 62.08º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #949909 is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 148 | 153 | 9 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.4 |
| HSL | 62.08º | 0.89% | 0.32% | - |
| HSV(B) | 62.08º | 0.94% | 0.6% | - |
| XYZ | 23.65 | 29.1 | 4.63 | - |
| YUV | 135.09 | 56.84 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 153 | 9 | 0.03 | 0 | 0.94 | 0.4 | 62.08 | 0.89 | 0.32 |
| Hex | 94 | 99 | 9 | 3 | 0 | 5E | 28 | 3E | 59 | 20 |
| Octal | 224 | 231 | 11 | 3 | 0 | 136 | 50 | 76 | 131 | 40 |
| Binary | 10010100 | 10011001 | 1001 | 11 | 0 | 1011110 | 101000 | 111110 | 1011001 | 100000 |
Color Harmonies of #949909
Complementary color
Monochromatic Colors of #949909
Black with #949909
Text Example
Text Example
White with #949909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949909; }
p { color: rgb(148,153,9); }
H1.HeaderClassName
{
color: #949909;
}
.AnyTagClassName
{
color: #949909;
}
</style>
background-color css
<style>
a { background-color: #949909; }
a { background-color: rgb(148,153,9); }
div.DivClassName
{
background-color: #949909;
}
.BgClassName
{
background-color: #949909;
}
</style>
border-color css
<style>
span { border-color: #949909; }
span { border-color: rgb(148,153,9); }
td.TdClassName
{
border-color: #949909;
}
.TagClassName
{
border-color: #949909;
}
</style>