Shades of Citron #94A016
Tints of Citron #94A016
RGB
CMYK
RGB Variations
Color information
#94A016 (or 0x94A016) is known color: Citron. HEX triplet: 94, A0 and 16. RGB value is (148,160,22). Sum of RGB (Red+Green+Blue) = 148+160+22=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 160 - color contains mainly: green. Hex color #94A016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A016 is #6B5FE9. Grayscale: #8D8D8D. Windows color (decimal): -7036906 or 1482900. OLE color: 1482900.
HSL color Cylindrical-coordinate representation of color #94A016: hue angle of 65.22º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #94A016 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 160 | 22 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.37 |
| HSL | 65.22º | 0.76% | 0.36% | - |
| HSV(B) | 65.22º | 0.86% | 0.63% | - |
| XYZ | 24.93 | 31.5 | 5.52 | - |
| YUV | 140.68 | 61.02 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 160 | 22 | 0.07 | 0 | 0.86 | 0.37 | 65.22 | 0.76 | 0.36 |
| Hex | 94 | A0 | 16 | 7 | 0 | 56 | 25 | 41 | 4C | 24 |
| Octal | 224 | 240 | 26 | 7 | 0 | 126 | 45 | 101 | 114 | 44 |
| Binary | 10010100 | 10100000 | 10110 | 111 | 0 | 1010110 | 100101 | 1000001 | 1001100 | 100100 |
Color Harmonies of #94A016
Complementary color
Monochromatic Colors of #94A016
Black with #94A016
Text Example
Text Example
White with #94A016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A016; }
p { color: rgb(148,160,22); }
H1.HeaderClassName
{
color: #94A016;
}
.AnyTagClassName
{
color: #94A016;
}
</style>
background-color css
<style>
a { background-color: #94A016; }
a { background-color: rgb(148,160,22); }
div.DivClassName
{
background-color: #94A016;
}
.BgClassName
{
background-color: #94A016;
}
</style>
border-color css
<style>
span { border-color: #94A016; }
span { border-color: rgb(148,160,22); }
td.TdClassName
{
border-color: #94A016;
}
.TagClassName
{
border-color: #94A016;
}
</style>