Shades of Citrus #93B815
Tints of Citrus #93B815
RGB
CMYK
RGB Variations
Color information
#93B815 (or 0x93B815) is known color: Citrus. HEX triplet: 93, B8 and 15. RGB value is (147,184,21). Sum of RGB (Red+Green+Blue) = 147+184+21=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 184 (72.27% from 255 or 52.27% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 184 - color contains mainly: green. Hex color #93B815 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93B815 is #6C47EA. Grayscale: #9A9A9A. Windows color (decimal): -7096299 or 1423507. OLE color: 1423507.
HSL color Cylindrical-coordinate representation of color #93B815: hue angle of 73.62º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #93B815 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 184 | 21 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.28 |
| HSL | 73.62º | 0.8% | 0.4% | - |
| HSV(B) | 73.62º | 0.89% | 0.72% | - |
| XYZ | 29.31 | 40.54 | 6.99 | - |
| YUV | 154.36 | 52.74 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 184 | 21 | 0.20 | 0 | 0.89 | 0.28 | 73.62 | 0.8 | 0.4 |
| Hex | 93 | B8 | 15 | 14 | 0 | 59 | 1C | 4A | 50 | 28 |
| Octal | 223 | 270 | 25 | 24 | 0 | 131 | 34 | 112 | 120 | 50 |
| Binary | 10010011 | 10111000 | 10101 | 10100 | 0 | 1011001 | 11100 | 1001010 | 1010000 | 101000 |
Color Harmonies of #93B815
Complementary color
Monochromatic Colors of #93B815
Black with #93B815
Text Example
Text Example
White with #93B815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B815; }
p { color: rgb(147,184,21); }
H1.HeaderClassName
{
color: #93B815;
}
.AnyTagClassName
{
color: #93B815;
}
</style>
background-color css
<style>
a { background-color: #93B815; }
a { background-color: rgb(147,184,21); }
div.DivClassName
{
background-color: #93B815;
}
.BgClassName
{
background-color: #93B815;
}
</style>
border-color css
<style>
span { border-color: #93B815; }
span { border-color: rgb(147,184,21); }
td.TdClassName
{
border-color: #93B815;
}
.TagClassName
{
border-color: #93B815;
}
</style>