Shades of Citrus #94BA12
Tints of Citrus #94BA12
RGB
CMYK
RGB Variations
Color information
#94BA12 (or 0x94BA12) is known color: Citrus. HEX triplet: 94, BA and 12. RGB value is (148,186,18). Sum of RGB (Red+Green+Blue) = 148+186+18=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94BA12 is #6B45ED. Grayscale: #9C9C9C. Windows color (decimal): -7030254 or 1227412. OLE color: 1227412.
HSL color Cylindrical-coordinate representation of color #94BA12: hue angle of 73.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94BA12 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 186 | 18 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.27 |
| HSL | 73.57º | 0.82% | 0.4% | - |
| HSV(B) | 73.57º | 0.9% | 0.73% | - |
| XYZ | 29.88 | 41.46 | 7 | - |
| YUV | 155.49 | 50.41 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 186 | 18 | 0.20 | 0 | 0.90 | 0.27 | 73.57 | 0.82 | 0.4 |
| Hex | 94 | BA | 12 | 14 | 0 | 5A | 1B | 4A | 52 | 28 |
| Octal | 224 | 272 | 22 | 24 | 0 | 132 | 33 | 112 | 122 | 50 |
| Binary | 10010100 | 10111010 | 10010 | 10100 | 0 | 1011010 | 11011 | 1001010 | 1010010 | 101000 |
Color Harmonies of #94BA12
Complementary color
Monochromatic Colors of #94BA12
Black with #94BA12
Text Example
Text Example
White with #94BA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BA12; }
p { color: rgb(148,186,18); }
H1.HeaderClassName
{
color: #94BA12;
}
.AnyTagClassName
{
color: #94BA12;
}
</style>
background-color css
<style>
a { background-color: #94BA12; }
a { background-color: rgb(148,186,18); }
div.DivClassName
{
background-color: #94BA12;
}
.BgClassName
{
background-color: #94BA12;
}
</style>
border-color css
<style>
span { border-color: #94BA12; }
span { border-color: rgb(148,186,18); }
td.TdClassName
{
border-color: #94BA12;
}
.TagClassName
{
border-color: #94BA12;
}
</style>