Shades of Citrus #94A409
Tints of Citrus #94A409
RGB
CMYK
RGB Variations
Color information
#94A409 (or 0x94A409) is known color: Citrus. HEX triplet: 94, A4 and 09. RGB value is (148,164,9). Sum of RGB (Red+Green+Blue) = 148+164+9=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 9 (3.91% from 255 or 2.80% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #94A409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A409 is #6B5BF6. Grayscale: #8E8E8E. Windows color (decimal): -7035895 or 631956. OLE color: 631956.
HSL color Cylindrical-coordinate representation of color #94A409: hue angle of 66.19º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94A409 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 164 | 9 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.36 |
| HSL | 66.19º | 0.9% | 0.34% | - |
| HSV(B) | 66.19º | 0.95% | 0.64% | - |
| XYZ | 25.54 | 32.87 | 5.26 | - |
| YUV | 141.55 | 53.2 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 164 | 9 | 0.10 | 0 | 0.95 | 0.36 | 66.19 | 0.9 | 0.34 |
| Hex | 94 | A4 | 9 | A | 0 | 5F | 24 | 42 | 5A | 22 |
| Octal | 224 | 244 | 11 | 12 | 0 | 137 | 44 | 102 | 132 | 42 |
| Binary | 10010100 | 10100100 | 1001 | 1010 | 0 | 1011111 | 100100 | 1000010 | 1011010 | 100010 |
Color Harmonies of #94A409
Complementary color
Monochromatic Colors of #94A409
Black with #94A409
Text Example
Text Example
White with #94A409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A409; }
p { color: rgb(148,164,9); }
H1.HeaderClassName
{
color: #94A409;
}
.AnyTagClassName
{
color: #94A409;
}
</style>
background-color css
<style>
a { background-color: #94A409; }
a { background-color: rgb(148,164,9); }
div.DivClassName
{
background-color: #94A409;
}
.BgClassName
{
background-color: #94A409;
}
</style>
border-color css
<style>
span { border-color: #94A409; }
span { border-color: rgb(148,164,9); }
td.TdClassName
{
border-color: #94A409;
}
.TagClassName
{
border-color: #94A409;
}
</style>