Shades of Citrus #93BC10
Tints of Citrus #93BC10
RGB
CMYK
RGB Variations
Color information
#93BC10 (or 0x93BC10) is known color: Citrus. HEX triplet: 93, BC and 10. RGB value is (147,188,16). Sum of RGB (Red+Green+Blue) = 147+188+16=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93BC10 is #6C43EF. Grayscale: #9C9C9C. Windows color (decimal): -7095280 or 1096851. OLE color: 1096851.
HSL color Cylindrical-coordinate representation of color #93BC10: hue angle of 74.3º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93BC10 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 188 | 16 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.26 |
| HSL | 74.3º | 0.84% | 0.4% | - |
| HSV(B) | 74.3º | 0.91% | 0.74% | - |
| XYZ | 30.11 | 42.21 | 7.05 | - |
| YUV | 156.13 | 48.92 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 16 | 0.22 | 0 | 0.91 | 0.26 | 74.3 | 0.84 | 0.4 |
| Hex | 93 | BC | 10 | 16 | 0 | 5B | 1A | 4A | 54 | 28 |
| Octal | 223 | 274 | 20 | 26 | 0 | 133 | 32 | 112 | 124 | 50 |
| Binary | 10010011 | 10111100 | 10000 | 10110 | 0 | 1011011 | 11010 | 1001010 | 1010100 | 101000 |
Color Harmonies of #93BC10
Complementary color
Monochromatic Colors of #93BC10
Black with #93BC10
Text Example
Text Example
White with #93BC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BC10; }
p { color: rgb(147,188,16); }
H1.HeaderClassName
{
color: #93BC10;
}
.AnyTagClassName
{
color: #93BC10;
}
</style>
background-color css
<style>
a { background-color: #93BC10; }
a { background-color: rgb(147,188,16); }
div.DivClassName
{
background-color: #93BC10;
}
.BgClassName
{
background-color: #93BC10;
}
</style>
border-color css
<style>
span { border-color: #93BC10; }
span { border-color: rgb(147,188,16); }
td.TdClassName
{
border-color: #93BC10;
}
.TagClassName
{
border-color: #93BC10;
}
</style>