Shades of Citrus #94AB11
Tints of Citrus #94AB11
RGB
CMYK
RGB Variations
Color information
#94AB11 (or 0x94AB11) is known color: Citrus. HEX triplet: 94, AB and 11. RGB value is (148,171,17). Sum of RGB (Red+Green+Blue) = 148+171+17=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94AB11 is #6B54EE. Grayscale: #939393. Windows color (decimal): -7034095 or 1158036. OLE color: 1158036.
HSL color Cylindrical-coordinate representation of color #94AB11: hue angle of 68.96º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94AB11 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 171 | 17 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.33 |
| HSL | 68.96º | 0.82% | 0.37% | - |
| HSV(B) | 68.96º | 0.9% | 0.67% | - |
| XYZ | 26.88 | 35.46 | 5.96 | - |
| YUV | 146.57 | 54.88 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 171 | 17 | 0.13 | 0 | 0.90 | 0.33 | 68.96 | 0.82 | 0.37 |
| Hex | 94 | AB | 11 | D | 0 | 5A | 21 | 45 | 52 | 25 |
| Octal | 224 | 253 | 21 | 15 | 0 | 132 | 41 | 105 | 122 | 45 |
| Binary | 10010100 | 10101011 | 10001 | 1101 | 0 | 1011010 | 100001 | 1000101 | 1010010 | 100101 |
Color Harmonies of #94AB11
Complementary color
Monochromatic Colors of #94AB11
Black with #94AB11
Text Example
Text Example
White with #94AB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AB11; }
p { color: rgb(148,171,17); }
H1.HeaderClassName
{
color: #94AB11;
}
.AnyTagClassName
{
color: #94AB11;
}
</style>
background-color css
<style>
a { background-color: #94AB11; }
a { background-color: rgb(148,171,17); }
div.DivClassName
{
background-color: #94AB11;
}
.BgClassName
{
background-color: #94AB11;
}
</style>
border-color css
<style>
span { border-color: #94AB11; }
span { border-color: rgb(148,171,17); }
td.TdClassName
{
border-color: #94AB11;
}
.TagClassName
{
border-color: #94AB11;
}
</style>