Shades of Citron #949809
Tints of Citron #949809
RGB
CMYK
RGB Variations
Color information
#949809 (or 0x949809) is known color: Citron. HEX triplet: 94, 98 and 09. RGB value is (148,152,9). Sum of RGB (Red+Green+Blue) = 148+152+9=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 9 (3.91% from 255 or 2.91% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #949809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949809 is #6B67F6. Grayscale: #878787. Windows color (decimal): -7038967 or 628884. OLE color: 628884.
HSL color Cylindrical-coordinate representation of color #949809: hue angle of 61.68º 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 #949809 is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 152 | 9 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.40 |
| HSL | 61.68º | 0.89% | 0.32% | - |
| HSV(B) | 61.68º | 0.94% | 0.6% | - |
| XYZ | 23.49 | 28.77 | 4.57 | - |
| YUV | 134.5 | 57.17 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 152 | 9 | 0.03 | 0 | 0.94 | 0.40 | 61.68 | 0.89 | 0.32 |
| Hex | 94 | 98 | 9 | 3 | 0 | 5E | 28 | 3E | 59 | 20 |
| Octal | 224 | 230 | 11 | 3 | 0 | 136 | 50 | 76 | 131 | 40 |
| Binary | 10010100 | 10011000 | 1001 | 11 | 0 | 1011110 | 101000 | 111110 | 1011001 | 100000 |
Color Harmonies of #949809
Complementary color
Monochromatic Colors of #949809
Black with #949809
Text Example
Text Example
White with #949809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949809; }
p { color: rgb(148,152,9); }
H1.HeaderClassName
{
color: #949809;
}
.AnyTagClassName
{
color: #949809;
}
</style>
background-color css
<style>
a { background-color: #949809; }
a { background-color: rgb(148,152,9); }
div.DivClassName
{
background-color: #949809;
}
.BgClassName
{
background-color: #949809;
}
</style>
border-color css
<style>
span { border-color: #949809; }
span { border-color: rgb(148,152,9); }
td.TdClassName
{
border-color: #949809;
}
.TagClassName
{
border-color: #949809;
}
</style>