Shades of Citron #949616
Tints of Citron #949616
RGB
CMYK
RGB Variations
Color information
#949616 (or 0x949616) is known color: Citron. HEX triplet: 94, 96 and 16. RGB value is (148,150,22). Sum of RGB (Red+Green+Blue) = 148+150+22=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 150 - color contains mainly: green. Hex color #949616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949616 is #6B69E9. Grayscale: #878787. Windows color (decimal): -7039466 or 1480340. OLE color: 1480340.
HSL color Cylindrical-coordinate representation of color #949616: hue angle of 60.94º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #949616 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 150 | 22 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.41 |
| HSL | 60.94º | 0.74% | 0.34% | - |
| HSV(B) | 60.94º | 0.85% | 0.59% | - |
| XYZ | 23.26 | 28.17 | 4.97 | - |
| YUV | 134.81 | 64.34 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 150 | 22 | 0.01 | 0 | 0.85 | 0.41 | 60.94 | 0.74 | 0.34 |
| Hex | 94 | 96 | 16 | 1 | 0 | 55 | 29 | 3D | 4A | 22 |
| Octal | 224 | 226 | 26 | 1 | 0 | 125 | 51 | 75 | 112 | 42 |
| Binary | 10010100 | 10010110 | 10110 | 1 | 0 | 1010101 | 101001 | 111101 | 1001010 | 100010 |
Color Harmonies of #949616
Complementary color
Monochromatic Colors of #949616
Black with #949616
Text Example
Text Example
White with #949616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949616; }
p { color: rgb(148,150,22); }
H1.HeaderClassName
{
color: #949616;
}
.AnyTagClassName
{
color: #949616;
}
</style>
background-color css
<style>
a { background-color: #949616; }
a { background-color: rgb(148,150,22); }
div.DivClassName
{
background-color: #949616;
}
.BgClassName
{
background-color: #949616;
}
</style>
border-color css
<style>
span { border-color: #949616; }
span { border-color: rgb(148,150,22); }
td.TdClassName
{
border-color: #949616;
}
.TagClassName
{
border-color: #949616;
}
</style>