Shades of Citrus #94A701
Tints of Citrus #94A701
RGB
CMYK
RGB Variations
Color information
#94A701 (or 0x94A701) is known color: Citrus. HEX triplet: 94, A7 and 01. RGB value is (148,167,1). Sum of RGB (Red+Green+Blue) = 148+167+1=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 167 (65.62% from 255 or 52.85% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 167 - color contains mainly: green. Hex color #94A701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A701 is #6B58FE. Grayscale: #8F8F8F. Windows color (decimal): -7035135 or 108436. OLE color: 108436.
HSL color Cylindrical-coordinate representation of color #94A701: hue angle of 66.87º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94A701 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 167 | 1 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.35 |
| HSL | 66.87º | 0.99% | 0.33% | - |
| HSV(B) | 66.87º | 0.99% | 0.65% | - |
| XYZ | 26.04 | 33.94 | 5.21 | - |
| YUV | 142.4 | 48.21 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 167 | 1 | 0.11 | 0 | 0.99 | 0.35 | 66.87 | 0.99 | 0.33 |
| Hex | 94 | A7 | 1 | B | 0 | 63 | 23 | 43 | 63 | 21 |
| Octal | 224 | 247 | 1 | 13 | 0 | 143 | 43 | 103 | 143 | 41 |
| Binary | 10010100 | 10100111 | 1 | 1011 | 0 | 1100011 | 100011 | 1000011 | 1100011 | 100001 |
Color Harmonies of #94A701
Complementary color
Monochromatic Colors of #94A701
Black with #94A701
Text Example
Text Example
White with #94A701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A701; }
p { color: rgb(148,167,1); }
H1.HeaderClassName
{
color: #94A701;
}
.AnyTagClassName
{
color: #94A701;
}
</style>
background-color css
<style>
a { background-color: #94A701; }
a { background-color: rgb(148,167,1); }
div.DivClassName
{
background-color: #94A701;
}
.BgClassName
{
background-color: #94A701;
}
</style>
border-color css
<style>
span { border-color: #94A701; }
span { border-color: rgb(148,167,1); }
td.TdClassName
{
border-color: #94A701;
}
.TagClassName
{
border-color: #94A701;
}
</style>