Shades of Citrus #93BC03
Tints of Citrus #93BC03
RGB
CMYK
RGB Variations
Color information
#93BC03 (or 0x93BC03) is known color: Citrus. HEX triplet: 93, BC and 03. RGB value is (147,188,3). Sum of RGB (Red+Green+Blue) = 147+188+3=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 3 (1.56% from 255 or 0.89% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93BC03 is #6C43FC. Grayscale: #9B9B9B. Windows color (decimal): -7095293 or 244883. OLE color: 244883.
HSL color Cylindrical-coordinate representation of color #93BC03: hue angle of 73.3º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93BC03 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 188 | 3 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.26 |
| HSL | 73.3º | 0.97% | 0.37% | - |
| HSV(B) | 73.3º | 0.98% | 0.74% | - |
| XYZ | 30.03 | 42.18 | 6.64 | - |
| YUV | 154.65 | 42.42 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 3 | 0.22 | 0 | 0.98 | 0.26 | 73.3 | 0.97 | 0.37 |
| Hex | 93 | BC | 3 | 16 | 0 | 62 | 1A | 49 | 61 | 25 |
| Octal | 223 | 274 | 3 | 26 | 0 | 142 | 32 | 111 | 141 | 45 |
| Binary | 10010011 | 10111100 | 11 | 10110 | 0 | 1100010 | 11010 | 1001001 | 1100001 | 100101 |
Color Harmonies of #93BC03
Complementary color
Monochromatic Colors of #93BC03
Black with #93BC03
Text Example
Text Example
White with #93BC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BC03; }
p { color: rgb(147,188,3); }
H1.HeaderClassName
{
color: #93BC03;
}
.AnyTagClassName
{
color: #93BC03;
}
</style>
background-color css
<style>
a { background-color: #93BC03; }
a { background-color: rgb(147,188,3); }
div.DivClassName
{
background-color: #93BC03;
}
.BgClassName
{
background-color: #93BC03;
}
</style>
border-color css
<style>
span { border-color: #93BC03; }
span { border-color: rgb(147,188,3); }
td.TdClassName
{
border-color: #93BC03;
}
.TagClassName
{
border-color: #93BC03;
}
</style>