Shades of Citrus #94A40D
Tints of Citrus #94A40D
RGB
CMYK
RGB Variations
Color information
#94A40D (or 0x94A40D) is known color: Citrus. HEX triplet: 94, A4 and 0D. RGB value is (148,164,13). Sum of RGB (Red+Green+Blue) = 148+164+13=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 164 (64.45% from 255 or 50.46% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 164 - color contains mainly: green. Hex color #94A40D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A40D is #6B5BF2. Grayscale: #8E8E8E. Windows color (decimal): -7035891 or 894100. OLE color: 894100.
HSL color Cylindrical-coordinate representation of color #94A40D: hue angle of 66.36º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94A40D is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 164 | 13 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.36 |
| HSL | 66.36º | 0.85% | 0.35% | - |
| HSV(B) | 66.36º | 0.92% | 0.64% | - |
| XYZ | 25.56 | 32.88 | 5.38 | - |
| YUV | 142 | 55.2 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 164 | 13 | 0.10 | 0 | 0.92 | 0.36 | 66.36 | 0.85 | 0.35 |
| Hex | 94 | A4 | D | A | 0 | 5C | 24 | 42 | 55 | 23 |
| Octal | 224 | 244 | 15 | 12 | 0 | 134 | 44 | 102 | 125 | 43 |
| Binary | 10010100 | 10100100 | 1101 | 1010 | 0 | 1011100 | 100100 | 1000010 | 1010101 | 100011 |
Color Harmonies of #94A40D
Complementary color
Monochromatic Colors of #94A40D
Black with #94A40D
Text Example
Text Example
White with #94A40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A40D; }
p { color: rgb(148,164,13); }
H1.HeaderClassName
{
color: #94A40D;
}
.AnyTagClassName
{
color: #94A40D;
}
</style>
background-color css
<style>
a { background-color: #94A40D; }
a { background-color: rgb(148,164,13); }
div.DivClassName
{
background-color: #94A40D;
}
.BgClassName
{
background-color: #94A40D;
}
</style>
border-color css
<style>
span { border-color: #94A40D; }
span { border-color: rgb(148,164,13); }
td.TdClassName
{
border-color: #94A40D;
}
.TagClassName
{
border-color: #94A40D;
}
</style>