Shades of Citron #949806
Tints of Citron #949806
RGB
CMYK
RGB Variations
Color information
#949806 (or 0x949806) is known color: Citron. HEX triplet: 94, 98 and 06. RGB value is (148,152,6). Sum of RGB (Red+Green+Blue) = 148+152+6=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #949806 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949806 is #6B67F9. Grayscale: #868686. Windows color (decimal): -7038970 or 432276. OLE color: 432276.
HSL color Cylindrical-coordinate representation of color #949806: hue angle of 61.64º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #949806 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 152 | 6 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.40 |
| HSL | 61.64º | 0.92% | 0.31% | - |
| HSV(B) | 61.64º | 0.96% | 0.6% | - |
| XYZ | 23.47 | 28.77 | 4.49 | - |
| YUV | 134.16 | 55.67 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 152 | 6 | 0.03 | 0 | 0.96 | 0.40 | 61.64 | 0.92 | 0.31 |
| Hex | 94 | 98 | 6 | 3 | 0 | 60 | 28 | 3E | 5C | 1F |
| Octal | 224 | 230 | 6 | 3 | 0 | 140 | 50 | 76 | 134 | 37 |
| Binary | 10010100 | 10011000 | 110 | 11 | 0 | 1100000 | 101000 | 111110 | 1011100 | 11111 |
Color Harmonies of #949806
Complementary color
Monochromatic Colors of #949806
Black with #949806
Text Example
Text Example
White with #949806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949806; }
p { color: rgb(148,152,6); }
H1.HeaderClassName
{
color: #949806;
}
.AnyTagClassName
{
color: #949806;
}
</style>
background-color css
<style>
a { background-color: #949806; }
a { background-color: rgb(148,152,6); }
div.DivClassName
{
background-color: #949806;
}
.BgClassName
{
background-color: #949806;
}
</style>
border-color css
<style>
span { border-color: #949806; }
span { border-color: rgb(148,152,6); }
td.TdClassName
{
border-color: #949806;
}
.TagClassName
{
border-color: #949806;
}
</style>