Shades of Citron #94A328
Tints of Citron #94A328
RGB
CMYK
RGB Variations
Color information
#94A328 (or 0x94A328) is known color: Citron. HEX triplet: 94, A3 and 28. RGB value is (148,163,40). Sum of RGB (Red+Green+Blue) = 148+163+40=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 163 (64.06% from 255 or 46.44% from 351); Blue value is 40 (16.02% from 255 or 11.40% from 351); Max value from RGB is 163 - color contains mainly: green. Hex color #94A328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A328 is #6B5CD7. Grayscale: #909090. Windows color (decimal): -7036120 or 2663316. OLE color: 2663316.
HSL color Cylindrical-coordinate representation of color #94A328: hue angle of 67.32º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94A328 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 163 | 40 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.36 |
| HSL | 67.32º | 0.61% | 0.4% | - |
| HSV(B) | 67.32º | 0.75% | 0.64% | - |
| XYZ | 25.69 | 32.64 | 6.95 | - |
| YUV | 144.49 | 69.03 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 163 | 40 | 0.09 | 0 | 0.75 | 0.36 | 67.32 | 0.61 | 0.4 |
| Hex | 94 | A3 | 28 | 9 | 0 | 4B | 24 | 43 | 3D | 28 |
| Octal | 224 | 243 | 50 | 11 | 0 | 113 | 44 | 103 | 75 | 50 |
| Binary | 10010100 | 10100011 | 101000 | 1001 | 0 | 1001011 | 100100 | 1000011 | 111101 | 101000 |
Color Harmonies of #94A328
Complementary color
Monochromatic Colors of #94A328
Black with #94A328
Text Example
Text Example
White with #94A328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A328; }
p { color: rgb(148,163,40); }
H1.HeaderClassName
{
color: #94A328;
}
.AnyTagClassName
{
color: #94A328;
}
</style>
background-color css
<style>
a { background-color: #94A328; }
a { background-color: rgb(148,163,40); }
div.DivClassName
{
background-color: #94A328;
}
.BgClassName
{
background-color: #94A328;
}
</style>
border-color css
<style>
span { border-color: #94A328; }
span { border-color: rgb(148,163,40); }
td.TdClassName
{
border-color: #94A328;
}
.TagClassName
{
border-color: #94A328;
}
</style>