Shades of Citron #94A117
Tints of Citron #94A117
RGB
CMYK
RGB Variations
Color information
#94A117 (or 0x94A117) is known color: Citron. HEX triplet: 94, A1 and 17. RGB value is (148,161,23). Sum of RGB (Red+Green+Blue) = 148+161+23=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 161 (63.28% from 255 or 48.49% from 332); Blue value is 23 (9.38% from 255 or 6.93% from 332); Max value from RGB is 161 - color contains mainly: green. Hex color #94A117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A117 is #6B5EE8. Grayscale: #8D8D8D. Windows color (decimal): -7036649 or 1548692. OLE color: 1548692.
HSL color Cylindrical-coordinate representation of color #94A117: hue angle of 65.65º degrees, saturation: 0.75, 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 #94A117 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 161 | 23 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.37 |
| HSL | 65.65º | 0.75% | 0.36% | - |
| HSV(B) | 65.65º | 0.86% | 0.63% | - |
| XYZ | 25.11 | 31.85 | 5.63 | - |
| YUV | 141.38 | 61.19 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 23 | 0.08 | 0 | 0.86 | 0.37 | 65.65 | 0.75 | 0.36 |
| Hex | 94 | A1 | 17 | 8 | 0 | 56 | 25 | 42 | 4B | 24 |
| Octal | 224 | 241 | 27 | 10 | 0 | 126 | 45 | 102 | 113 | 44 |
| Binary | 10010100 | 10100001 | 10111 | 1000 | 0 | 1010110 | 100101 | 1000010 | 1001011 | 100100 |
Color Harmonies of #94A117
Complementary color
Monochromatic Colors of #94A117
Black with #94A117
Text Example
Text Example
White with #94A117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A117; }
p { color: rgb(148,161,23); }
H1.HeaderClassName
{
color: #94A117;
}
.AnyTagClassName
{
color: #94A117;
}
</style>
background-color css
<style>
a { background-color: #94A117; }
a { background-color: rgb(148,161,23); }
div.DivClassName
{
background-color: #94A117;
}
.BgClassName
{
background-color: #94A117;
}
</style>
border-color css
<style>
span { border-color: #94A117; }
span { border-color: rgb(148,161,23); }
td.TdClassName
{
border-color: #94A117;
}
.TagClassName
{
border-color: #94A117;
}
</style>