Shades of Citron #94942D
Tints of Citron #94942D
RGB
CMYK
RGB Variations
Color information
#94942D (or 0x94942D) is known color: Citron. HEX triplet: 94, 94 and 2D. RGB value is (148,148,45). Sum of RGB (Red+Green+Blue) = 148+148+45=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 148 - color contains mainly: red, green. Hex color #94942D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94942D is #6B6BD2. Grayscale: #888888. Windows color (decimal): -7039955 or 2987156. OLE color: 2987156.
HSL color Cylindrical-coordinate representation of color #94942D: hue angle of 60º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94942D is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 148 | 45 | - |
| CMYK | 0 | 0 | 0.70 | 0.42 |
| HSL | 60º | 0.53% | 0.38% | - |
| HSV(B) | 60º | 0.7% | 0.58% | - |
| XYZ | 23.28 | 27.67 | 6.6 | - |
| YUV | 136.26 | 76.5 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 148 | 45 | 0 | 0 | 0.70 | 0.42 | 60 | 0.53 | 0.38 |
| Hex | 94 | 94 | 2D | 0 | 0 | 46 | 2A | 3C | 35 | 26 |
| Octal | 224 | 224 | 55 | 0 | 0 | 106 | 52 | 74 | 65 | 46 |
| Binary | 10010100 | 10010100 | 101101 | 0 | 0 | 1000110 | 101010 | 111100 | 110101 | 100110 |
Color Harmonies of #94942D
Complementary color
Monochromatic Colors of #94942D
Black with #94942D
Text Example
Text Example
White with #94942D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94942D; }
p { color: rgb(148,148,45); }
H1.HeaderClassName
{
color: #94942D;
}
.AnyTagClassName
{
color: #94942D;
}
</style>
background-color css
<style>
a { background-color: #94942D; }
a { background-color: rgb(148,148,45); }
div.DivClassName
{
background-color: #94942D;
}
.BgClassName
{
background-color: #94942D;
}
</style>
border-color css
<style>
span { border-color: #94942D; }
span { border-color: rgb(148,148,45); }
td.TdClassName
{
border-color: #94942D;
}
.TagClassName
{
border-color: #94942D;
}
</style>