Shades of Citron #949F09
Tints of Citron #949F09
RGB
CMYK
RGB Variations
Color information
#949F09 (or 0x949F09) is known color: Citron. HEX triplet: 94, 9F and 09. RGB value is (148,159,9). Sum of RGB (Red+Green+Blue) = 148+159+9=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 159 (62.5% from 255 or 50.32% from 316); Blue value is 9 (3.91% from 255 or 2.85% from 316); Max value from RGB is 159 - color contains mainly: green. Hex color #949F09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949F09 is #6B60F6. Grayscale: #8B8B8B. Windows color (decimal): -7037175 or 630676. OLE color: 630676.
HSL color Cylindrical-coordinate representation of color #949F09: hue angle of 64.4º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #949F09 is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 159 | 9 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.38 |
| HSL | 64.4º | 0.89% | 0.33% | - |
| HSV(B) | 64.4º | 0.94% | 0.62% | - |
| XYZ | 24.66 | 31.11 | 4.96 | - |
| YUV | 138.61 | 54.86 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 9 | 0.07 | 0 | 0.94 | 0.38 | 64.4 | 0.89 | 0.33 |
| Hex | 94 | 9F | 9 | 7 | 0 | 5E | 26 | 40 | 59 | 21 |
| Octal | 224 | 237 | 11 | 7 | 0 | 136 | 46 | 100 | 131 | 41 |
| Binary | 10010100 | 10011111 | 1001 | 111 | 0 | 1011110 | 100110 | 1000000 | 1011001 | 100001 |
Color Harmonies of #949F09
Complementary color
Monochromatic Colors of #949F09
Black with #949F09
Text Example
Text Example
White with #949F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949F09; }
p { color: rgb(148,159,9); }
H1.HeaderClassName
{
color: #949F09;
}
.AnyTagClassName
{
color: #949F09;
}
</style>
background-color css
<style>
a { background-color: #949F09; }
a { background-color: rgb(148,159,9); }
div.DivClassName
{
background-color: #949F09;
}
.BgClassName
{
background-color: #949F09;
}
</style>
border-color css
<style>
span { border-color: #949F09; }
span { border-color: rgb(148,159,9); }
td.TdClassName
{
border-color: #949F09;
}
.TagClassName
{
border-color: #949F09;
}
</style>