Shades of Citron #94A619
Tints of Citron #94A619
RGB
CMYK
RGB Variations
Color information
#94A619 (or 0x94A619) is known color: Citron. HEX triplet: 94, A6 and 19. RGB value is (148,166,25). Sum of RGB (Red+Green+Blue) = 148+166+25=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 166 (65.23% from 255 or 48.97% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 166 - color contains mainly: green. Hex color #94A619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A619 is #6B59E6. Grayscale: #919191. Windows color (decimal): -7035367 or 1681044. OLE color: 1681044.
HSL color Cylindrical-coordinate representation of color #94A619: hue angle of 67.66º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #94A619 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 166 | 25 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.35 |
| HSL | 67.66º | 0.74% | 0.37% | - |
| HSV(B) | 67.66º | 0.85% | 0.65% | - |
| XYZ | 26.02 | 33.64 | 6.04 | - |
| YUV | 144.54 | 60.54 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 166 | 25 | 0.11 | 0 | 0.85 | 0.35 | 67.66 | 0.74 | 0.37 |
| Hex | 94 | A6 | 19 | B | 0 | 55 | 23 | 44 | 4A | 25 |
| Octal | 224 | 246 | 31 | 13 | 0 | 125 | 43 | 104 | 112 | 45 |
| Binary | 10010100 | 10100110 | 11001 | 1011 | 0 | 1010101 | 100011 | 1000100 | 1001010 | 100101 |
Color Harmonies of #94A619
Complementary color
Monochromatic Colors of #94A619
Black with #94A619
Text Example
Text Example
White with #94A619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A619; }
p { color: rgb(148,166,25); }
H1.HeaderClassName
{
color: #94A619;
}
.AnyTagClassName
{
color: #94A619;
}
</style>
background-color css
<style>
a { background-color: #94A619; }
a { background-color: rgb(148,166,25); }
div.DivClassName
{
background-color: #94A619;
}
.BgClassName
{
background-color: #94A619;
}
</style>
border-color css
<style>
span { border-color: #94A619; }
span { border-color: rgb(148,166,25); }
td.TdClassName
{
border-color: #94A619;
}
.TagClassName
{
border-color: #94A619;
}
</style>