Shades of Citron #94900E
Tints of Citron #94900E
RGB
CMYK
RGB Variations
Color information
#94900E (or 0x94900E) is known color: Citron. HEX triplet: 94, 90 and 0E. RGB value is (148,144,14). Sum of RGB (Red+Green+Blue) = 148+144+14=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #94900E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94900E is #6B6FF1. Grayscale: #828282. Windows color (decimal): -7041010 or 954516. OLE color: 954516.
HSL color Cylindrical-coordinate representation of color #94900E: hue angle of 58.21º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94900E is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 144 | 14 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.42 |
| HSL | 58.21º | 0.83% | 0.32% | - |
| HSV(B) | 58.21º | 0.91% | 0.58% | - |
| XYZ | 22.27 | 26.27 | 4.31 | - |
| YUV | 130.38 | 62.33 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 14 | 0 | 0.03 | 0.91 | 0.42 | 58.21 | 0.83 | 0.32 |
| Hex | 94 | 90 | E | 0 | 3 | 5B | 2A | 3A | 53 | 20 |
| Octal | 224 | 220 | 16 | 0 | 3 | 133 | 52 | 72 | 123 | 40 |
| Binary | 10010100 | 10010000 | 1110 | 0 | 11 | 1011011 | 101010 | 111010 | 1010011 | 100000 |
Color Harmonies of #94900E
Complementary color
Monochromatic Colors of #94900E
Black with #94900E
Text Example
Text Example
White with #94900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94900E; }
p { color: rgb(148,144,14); }
H1.HeaderClassName
{
color: #94900E;
}
.AnyTagClassName
{
color: #94900E;
}
</style>
background-color css
<style>
a { background-color: #94900E; }
a { background-color: rgb(148,144,14); }
div.DivClassName
{
background-color: #94900E;
}
.BgClassName
{
background-color: #94900E;
}
</style>
border-color css
<style>
span { border-color: #94900E; }
span { border-color: rgb(148,144,14); }
td.TdClassName
{
border-color: #94900E;
}
.TagClassName
{
border-color: #94900E;
}
</style>