Shades of Citrus #93BC00
Tints of Citrus #93BC00
RGB
CMYK
RGB Variations
Color information
#93BC00 (or 0x93BC00) is known color: Citrus. HEX triplet: 93, BC and 00. RGB value is (147,188,0). Sum of RGB (Red+Green+Blue) = 147+188+0=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93BC00 is #6C43FF. Grayscale: #9B9B9B. Windows color (decimal): -7095296 or 48275. OLE color: 48275.
HSL color Cylindrical-coordinate representation of color #93BC00: hue angle of 73.09º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93BC00 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 188 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.26 |
| HSL | 73.09º | 1% | 0.37% | - |
| HSV(B) | 73.09º | 1% | 0.74% | - |
| XYZ | 30.02 | 42.17 | 6.56 | - |
| YUV | 154.31 | 40.92 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 0 | 0.22 | 0 | 1 | 0.26 | 73.09 | 1 | 0.37 |
| Hex | 93 | BC | 0 | 16 | 0 | 64 | 1A | 49 | 64 | 25 |
| Octal | 223 | 274 | 0 | 26 | 0 | 144 | 32 | 111 | 144 | 45 |
| Binary | 10010011 | 10111100 | 0 | 10110 | 0 | 1100100 | 11010 | 1001001 | 1100100 | 100101 |
Color Harmonies of #93BC00
Complementary color
Monochromatic Colors of #93BC00
Black with #93BC00
Text Example
Text Example
White with #93BC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BC00; }
p { color: rgb(147,188,0); }
H1.HeaderClassName
{
color: #93BC00;
}
.AnyTagClassName
{
color: #93BC00;
}
</style>
background-color css
<style>
a { background-color: #93BC00; }
a { background-color: rgb(147,188,0); }
div.DivClassName
{
background-color: #93BC00;
}
.BgClassName
{
background-color: #93BC00;
}
</style>
border-color css
<style>
span { border-color: #93BC00; }
span { border-color: rgb(147,188,0); }
td.TdClassName
{
border-color: #93BC00;
}
.TagClassName
{
border-color: #93BC00;
}
</style>