Shades of Citrus #93BB11
Tints of Citrus #93BB11
RGB
CMYK
RGB Variations
Color information
#93BB11 (or 0x93BB11) is known color: Citrus. HEX triplet: 93, BB and 11. RGB value is (147,187,17). Sum of RGB (Red+Green+Blue) = 147+187+17=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 187 (73.44% from 255 or 53.28% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 187 - color contains mainly: green. Hex color #93BB11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93BB11 is #6C44EE. Grayscale: #9C9C9C. Windows color (decimal): -7095535 or 1162131. OLE color: 1162131.
HSL color Cylindrical-coordinate representation of color #93BB11: hue angle of 74.12º 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 #93BB11 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 187 | 17 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.27 |
| HSL | 74.12º | 0.83% | 0.4% | - |
| HSV(B) | 74.12º | 0.91% | 0.73% | - |
| XYZ | 29.9 | 41.78 | 7.02 | - |
| YUV | 155.66 | 49.75 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 17 | 0.21 | 0 | 0.91 | 0.27 | 74.12 | 0.83 | 0.4 |
| Hex | 93 | BB | 11 | 15 | 0 | 5B | 1B | 4A | 53 | 28 |
| Octal | 223 | 273 | 21 | 25 | 0 | 133 | 33 | 112 | 123 | 50 |
| Binary | 10010011 | 10111011 | 10001 | 10101 | 0 | 1011011 | 11011 | 1001010 | 1010011 | 101000 |
Color Harmonies of #93BB11
Complementary color
Monochromatic Colors of #93BB11
Black with #93BB11
Text Example
Text Example
White with #93BB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BB11; }
p { color: rgb(147,187,17); }
H1.HeaderClassName
{
color: #93BB11;
}
.AnyTagClassName
{
color: #93BB11;
}
</style>
background-color css
<style>
a { background-color: #93BB11; }
a { background-color: rgb(147,187,17); }
div.DivClassName
{
background-color: #93BB11;
}
.BgClassName
{
background-color: #93BB11;
}
</style>
border-color css
<style>
span { border-color: #93BB11; }
span { border-color: rgb(147,187,17); }
td.TdClassName
{
border-color: #93BB11;
}
.TagClassName
{
border-color: #93BB11;
}
</style>