Shades of Citron #94A32D
Tints of Citron #94A32D
RGB
CMYK
RGB Variations
Color information
#94A32D (or 0x94A32D) is known color: Citron. HEX triplet: 94, A3 and 2D. RGB value is (148,163,45). Sum of RGB (Red+Green+Blue) = 148+163+45=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 163 (64.06% from 255 or 45.79% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 163 - color contains mainly: green. Hex color #94A32D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A32D is #6B5CD2. Grayscale: #919191. Windows color (decimal): -7036115 or 2990996. OLE color: 2990996.
HSL color Cylindrical-coordinate representation of color #94A32D: hue angle of 67.63º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94A32D is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 163 | 45 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.36 |
| HSL | 67.63º | 0.57% | 0.41% | - |
| HSV(B) | 67.63º | 0.72% | 0.64% | - |
| XYZ | 25.78 | 32.68 | 7.43 | - |
| YUV | 145.06 | 71.53 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 163 | 45 | 0.09 | 0 | 0.72 | 0.36 | 67.63 | 0.57 | 0.41 |
| Hex | 94 | A3 | 2D | 9 | 0 | 48 | 24 | 44 | 39 | 29 |
| Octal | 224 | 243 | 55 | 11 | 0 | 110 | 44 | 104 | 71 | 51 |
| Binary | 10010100 | 10100011 | 101101 | 1001 | 0 | 1001000 | 100100 | 1000100 | 111001 | 101001 |
Color Harmonies of #94A32D
Complementary color
Monochromatic Colors of #94A32D
Black with #94A32D
Text Example
Text Example
White with #94A32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A32D; }
p { color: rgb(148,163,45); }
H1.HeaderClassName
{
color: #94A32D;
}
.AnyTagClassName
{
color: #94A32D;
}
</style>
background-color css
<style>
a { background-color: #94A32D; }
a { background-color: rgb(148,163,45); }
div.DivClassName
{
background-color: #94A32D;
}
.BgClassName
{
background-color: #94A32D;
}
</style>
border-color css
<style>
span { border-color: #94A32D; }
span { border-color: rgb(148,163,45); }
td.TdClassName
{
border-color: #94A32D;
}
.TagClassName
{
border-color: #94A32D;
}
</style>