Shades of Citron #94A313
Tints of Citron #94A313
RGB
CMYK
RGB Variations
Color information
#94A313 (or 0x94A313) is known color: Citron. HEX triplet: 94, A3 and 13. RGB value is (148,163,19). Sum of RGB (Red+Green+Blue) = 148+163+19=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 163 (64.06% from 255 or 49.39% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 163 - color contains mainly: green. Hex color #94A313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A313 is #6B5CEC. Grayscale: #8E8E8E. Windows color (decimal): -7036141 or 1287060. OLE color: 1287060.
HSL color Cylindrical-coordinate representation of color #94A313: hue angle of 66.25º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #94A313 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 163 | 19 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.36 |
| HSL | 66.25º | 0.79% | 0.36% | - |
| HSV(B) | 66.25º | 0.88% | 0.64% | - |
| XYZ | 25.43 | 32.54 | 5.56 | - |
| YUV | 142.1 | 58.53 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 163 | 19 | 0.09 | 0 | 0.88 | 0.36 | 66.25 | 0.79 | 0.36 |
| Hex | 94 | A3 | 13 | 9 | 0 | 58 | 24 | 42 | 4F | 24 |
| Octal | 224 | 243 | 23 | 11 | 0 | 130 | 44 | 102 | 117 | 44 |
| Binary | 10010100 | 10100011 | 10011 | 1001 | 0 | 1011000 | 100100 | 1000010 | 1001111 | 100100 |
Color Harmonies of #94A313
Complementary color
Monochromatic Colors of #94A313
Black with #94A313
Text Example
Text Example
White with #94A313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A313; }
p { color: rgb(148,163,19); }
H1.HeaderClassName
{
color: #94A313;
}
.AnyTagClassName
{
color: #94A313;
}
</style>
background-color css
<style>
a { background-color: #94A313; }
a { background-color: rgb(148,163,19); }
div.DivClassName
{
background-color: #94A313;
}
.BgClassName
{
background-color: #94A313;
}
</style>
border-color css
<style>
span { border-color: #94A313; }
span { border-color: rgb(148,163,19); }
td.TdClassName
{
border-color: #94A313;
}
.TagClassName
{
border-color: #94A313;
}
</style>