Shades of Citrus #93BA11
Tints of Citrus #93BA11
RGB
CMYK
RGB Variations
Color information
#93BA11 (or 0x93BA11) is known color: Citrus. HEX triplet: 93, BA and 11. RGB value is (147,186,17). Sum of RGB (Red+Green+Blue) = 147+186+17=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93BA11 is #6C45EE. Grayscale: #9B9B9B. Windows color (decimal): -7095791 or 1161875. OLE color: 1161875.
HSL color Cylindrical-coordinate representation of color #93BA11: hue angle of 73.85º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93BA11 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 186 | 17 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.27 |
| HSL | 73.85º | 0.83% | 0.4% | - |
| HSV(B) | 73.85º | 0.91% | 0.73% | - |
| XYZ | 29.69 | 41.36 | 6.95 | - |
| YUV | 155.07 | 50.08 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 186 | 17 | 0.21 | 0 | 0.91 | 0.27 | 73.85 | 0.83 | 0.4 |
| Hex | 93 | BA | 11 | 15 | 0 | 5B | 1B | 4A | 53 | 28 |
| Octal | 223 | 272 | 21 | 25 | 0 | 133 | 33 | 112 | 123 | 50 |
| Binary | 10010011 | 10111010 | 10001 | 10101 | 0 | 1011011 | 11011 | 1001010 | 1010011 | 101000 |
Color Harmonies of #93BA11
Complementary color
Monochromatic Colors of #93BA11
Black with #93BA11
Text Example
Text Example
White with #93BA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BA11; }
p { color: rgb(147,186,17); }
H1.HeaderClassName
{
color: #93BA11;
}
.AnyTagClassName
{
color: #93BA11;
}
</style>
background-color css
<style>
a { background-color: #93BA11; }
a { background-color: rgb(147,186,17); }
div.DivClassName
{
background-color: #93BA11;
}
.BgClassName
{
background-color: #93BA11;
}
</style>
border-color css
<style>
span { border-color: #93BA11; }
span { border-color: rgb(147,186,17); }
td.TdClassName
{
border-color: #93BA11;
}
.TagClassName
{
border-color: #93BA11;
}
</style>