Shades of Citron #94A10D
Tints of Citron #94A10D
RGB
CMYK
RGB Variations
Color information
#94A10D (or 0x94A10D) is known color: Citron. HEX triplet: 94, A1 and 0D. RGB value is (148,161,13). Sum of RGB (Red+Green+Blue) = 148+161+13=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 161 - color contains mainly: green. Hex color #94A10D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A10D is #6B5EF2. Grayscale: #8C8C8C. Windows color (decimal): -7036659 or 893332. OLE color: 893332.
HSL color Cylindrical-coordinate representation of color #94A10D: hue angle of 65.27º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94A10D is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 161 | 13 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.37 |
| HSL | 65.27º | 0.85% | 0.34% | - |
| HSV(B) | 65.27º | 0.92% | 0.63% | - |
| XYZ | 25.03 | 31.81 | 5.2 | - |
| YUV | 140.24 | 56.19 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 13 | 0.08 | 0 | 0.92 | 0.37 | 65.27 | 0.85 | 0.34 |
| Hex | 94 | A1 | D | 8 | 0 | 5C | 25 | 41 | 55 | 22 |
| Octal | 224 | 241 | 15 | 10 | 0 | 134 | 45 | 101 | 125 | 42 |
| Binary | 10010100 | 10100001 | 1101 | 1000 | 0 | 1011100 | 100101 | 1000001 | 1010101 | 100010 |
Color Harmonies of #94A10D
Complementary color
Monochromatic Colors of #94A10D
Black with #94A10D
Text Example
Text Example
White with #94A10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A10D; }
p { color: rgb(148,161,13); }
H1.HeaderClassName
{
color: #94A10D;
}
.AnyTagClassName
{
color: #94A10D;
}
</style>
background-color css
<style>
a { background-color: #94A10D; }
a { background-color: rgb(148,161,13); }
div.DivClassName
{
background-color: #94A10D;
}
.BgClassName
{
background-color: #94A10D;
}
</style>
border-color css
<style>
span { border-color: #94A10D; }
span { border-color: rgb(148,161,13); }
td.TdClassName
{
border-color: #94A10D;
}
.TagClassName
{
border-color: #94A10D;
}
</style>