Shades of Citron #94A413
Tints of Citron #94A413
RGB
CMYK
RGB Variations
Color information
#94A413 (or 0x94A413) is known color: Citron. HEX triplet: 94, A4 and 13. RGB value is (148,164,19). Sum of RGB (Red+Green+Blue) = 148+164+19=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 164 (64.45% from 255 or 49.55% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 164 - color contains mainly: green. Hex color #94A413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A413 is #6B5BEC. Grayscale: #8F8F8F. Windows color (decimal): -7035885 or 1287316. OLE color: 1287316.
HSL color Cylindrical-coordinate representation of color #94A413: hue angle of 66.62º 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 #94A413 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 164 | 19 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.36 |
| HSL | 66.62º | 0.79% | 0.36% | - |
| HSV(B) | 66.62º | 0.88% | 0.64% | - |
| XYZ | 25.61 | 32.89 | 5.62 | - |
| YUV | 142.69 | 58.2 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 164 | 19 | 0.10 | 0 | 0.88 | 0.36 | 66.62 | 0.79 | 0.36 |
| Hex | 94 | A4 | 13 | A | 0 | 58 | 24 | 43 | 4F | 24 |
| Octal | 224 | 244 | 23 | 12 | 0 | 130 | 44 | 103 | 117 | 44 |
| Binary | 10010100 | 10100100 | 10011 | 1010 | 0 | 1011000 | 100100 | 1000011 | 1001111 | 100100 |
Color Harmonies of #94A413
Complementary color
Monochromatic Colors of #94A413
Black with #94A413
Text Example
Text Example
White with #94A413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A413; }
p { color: rgb(148,164,19); }
H1.HeaderClassName
{
color: #94A413;
}
.AnyTagClassName
{
color: #94A413;
}
</style>
background-color css
<style>
a { background-color: #94A413; }
a { background-color: rgb(148,164,19); }
div.DivClassName
{
background-color: #94A413;
}
.BgClassName
{
background-color: #94A413;
}
</style>
border-color css
<style>
span { border-color: #94A413; }
span { border-color: rgb(148,164,19); }
td.TdClassName
{
border-color: #94A413;
}
.TagClassName
{
border-color: #94A413;
}
</style>