Shades of Citrus #93BC13
Tints of Citrus #93BC13
RGB
CMYK
RGB Variations
Color information
#93BC13 (or 0x93BC13) is known color: Citrus. HEX triplet: 93, BC and 13. RGB value is (147,188,19). Sum of RGB (Red+Green+Blue) = 147+188+19=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93BC13 is #6C43EC. Grayscale: #9D9D9D. Windows color (decimal): -7095277 or 1293459. OLE color: 1293459.
HSL color Cylindrical-coordinate representation of color #93BC13: hue angle of 74.56º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93BC13 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 188 | 19 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.26 |
| HSL | 74.56º | 0.82% | 0.41% | - |
| HSV(B) | 74.56º | 0.9% | 0.74% | - |
| XYZ | 30.13 | 42.22 | 7.18 | - |
| YUV | 156.48 | 50.42 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 19 | 0.22 | 0 | 0.90 | 0.26 | 74.56 | 0.82 | 0.41 |
| Hex | 93 | BC | 13 | 16 | 0 | 5A | 1A | 4B | 52 | 29 |
| Octal | 223 | 274 | 23 | 26 | 0 | 132 | 32 | 113 | 122 | 51 |
| Binary | 10010011 | 10111100 | 10011 | 10110 | 0 | 1011010 | 11010 | 1001011 | 1010010 | 101001 |
Color Harmonies of #93BC13
Complementary color
Monochromatic Colors of #93BC13
Black with #93BC13
Text Example
Text Example
White with #93BC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BC13; }
p { color: rgb(147,188,19); }
H1.HeaderClassName
{
color: #93BC13;
}
.AnyTagClassName
{
color: #93BC13;
}
</style>
background-color css
<style>
a { background-color: #93BC13; }
a { background-color: rgb(147,188,19); }
div.DivClassName
{
background-color: #93BC13;
}
.BgClassName
{
background-color: #93BC13;
}
</style>
border-color css
<style>
span { border-color: #93BC13; }
span { border-color: rgb(147,188,19); }
td.TdClassName
{
border-color: #93BC13;
}
.TagClassName
{
border-color: #93BC13;
}
</style>