Shades of Citron #94A121
Tints of Citron #94A121
RGB
CMYK
RGB Variations
Color information
#94A121 (or 0x94A121) is known color: Citron. HEX triplet: 94, A1 and 21. RGB value is (148,161,33). Sum of RGB (Red+Green+Blue) = 148+161+33=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 161 - color contains mainly: green. Hex color #94A121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A121 is #6B5EDE. Grayscale: #8F8F8F. Windows color (decimal): -7036639 or 2204052. OLE color: 2204052.
HSL color Cylindrical-coordinate representation of color #94A121: hue angle of 66.09º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94A121 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 161 | 33 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.37 |
| HSL | 66.09º | 0.66% | 0.38% | - |
| HSV(B) | 66.09º | 0.8% | 0.63% | - |
| XYZ | 25.23 | 31.9 | 6.27 | - |
| YUV | 142.52 | 66.19 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 33 | 0.08 | 0 | 0.80 | 0.37 | 66.09 | 0.66 | 0.38 |
| Hex | 94 | A1 | 21 | 8 | 0 | 50 | 25 | 42 | 42 | 26 |
| Octal | 224 | 241 | 41 | 10 | 0 | 120 | 45 | 102 | 102 | 46 |
| Binary | 10010100 | 10100001 | 100001 | 1000 | 0 | 1010000 | 100101 | 1000010 | 1000010 | 100110 |
Color Harmonies of #94A121
Complementary color
Monochromatic Colors of #94A121
Black with #94A121
Text Example
Text Example
White with #94A121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A121; }
p { color: rgb(148,161,33); }
H1.HeaderClassName
{
color: #94A121;
}
.AnyTagClassName
{
color: #94A121;
}
</style>
background-color css
<style>
a { background-color: #94A121; }
a { background-color: rgb(148,161,33); }
div.DivClassName
{
background-color: #94A121;
}
.BgClassName
{
background-color: #94A121;
}
</style>
border-color css
<style>
span { border-color: #94A121; }
span { border-color: rgb(148,161,33); }
td.TdClassName
{
border-color: #94A121;
}
.TagClassName
{
border-color: #94A121;
}
</style>