Shades of Citron #94A821
Tints of Citron #94A821
RGB
CMYK
RGB Variations
Color information
#94A821 (or 0x94A821) is known color: Citron. HEX triplet: 94, A8 and 21. RGB value is (148,168,33). Sum of RGB (Red+Green+Blue) = 148+168+33=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 168 (66.02% from 255 or 48.14% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 168 - color contains mainly: green. Hex color #94A821 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A821 is #6B57DE. Grayscale: #939393. Windows color (decimal): -7034847 or 2205844. OLE color: 2205844.
HSL color Cylindrical-coordinate representation of color #94A821: hue angle of 68.89º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94A821 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 168 | 33 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.34 |
| HSL | 68.89º | 0.67% | 0.39% | - |
| HSV(B) | 68.89º | 0.8% | 0.66% | - |
| XYZ | 26.49 | 34.41 | 6.68 | - |
| YUV | 146.63 | 63.87 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 168 | 33 | 0.12 | 0 | 0.80 | 0.34 | 68.89 | 0.67 | 0.39 |
| Hex | 94 | A8 | 21 | C | 0 | 50 | 22 | 45 | 43 | 27 |
| Octal | 224 | 250 | 41 | 14 | 0 | 120 | 42 | 105 | 103 | 47 |
| Binary | 10010100 | 10101000 | 100001 | 1100 | 0 | 1010000 | 100010 | 1000101 | 1000011 | 100111 |
Color Harmonies of #94A821
Complementary color
Monochromatic Colors of #94A821
Black with #94A821
Text Example
Text Example
White with #94A821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A821; }
p { color: rgb(148,168,33); }
H1.HeaderClassName
{
color: #94A821;
}
.AnyTagClassName
{
color: #94A821;
}
</style>
background-color css
<style>
a { background-color: #94A821; }
a { background-color: rgb(148,168,33); }
div.DivClassName
{
background-color: #94A821;
}
.BgClassName
{
background-color: #94A821;
}
</style>
border-color css
<style>
span { border-color: #94A821; }
span { border-color: rgb(148,168,33); }
td.TdClassName
{
border-color: #94A821;
}
.TagClassName
{
border-color: #94A821;
}
</style>