Shades of Citrus #93B717
Tints of Citrus #93B717
RGB
CMYK
RGB Variations
Color information
#93B717 (or 0x93B717) is known color: Citrus. HEX triplet: 93, B7 and 17. RGB value is (147,183,23). Sum of RGB (Red+Green+Blue) = 147+183+23=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 183 (71.88% from 255 or 51.84% from 353); Blue value is 23 (9.38% from 255 or 6.52% from 353); Max value from RGB is 183 - color contains mainly: green. Hex color #93B717 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93B717 is #6C48E8. Grayscale: #9A9A9A. Windows color (decimal): -7096553 or 1554323. OLE color: 1554323.
HSL color Cylindrical-coordinate representation of color #93B717: hue angle of 73.5º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #93B717 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 183 | 23 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.28 |
| HSL | 73.5º | 0.78% | 0.4% | - |
| HSV(B) | 73.5º | 0.87% | 0.72% | - |
| XYZ | 29.12 | 40.13 | 7.02 | - |
| YUV | 154 | 54.07 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 183 | 23 | 0.20 | 0 | 0.87 | 0.28 | 73.5 | 0.78 | 0.4 |
| Hex | 93 | B7 | 17 | 14 | 0 | 57 | 1C | 4A | 4E | 28 |
| Octal | 223 | 267 | 27 | 24 | 0 | 127 | 34 | 112 | 116 | 50 |
| Binary | 10010011 | 10110111 | 10111 | 10100 | 0 | 1010111 | 11100 | 1001010 | 1001110 | 101000 |
Color Harmonies of #93B717
Complementary color
Monochromatic Colors of #93B717
Black with #93B717
Text Example
Text Example
White with #93B717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B717; }
p { color: rgb(147,183,23); }
H1.HeaderClassName
{
color: #93B717;
}
.AnyTagClassName
{
color: #93B717;
}
</style>
background-color css
<style>
a { background-color: #93B717; }
a { background-color: rgb(147,183,23); }
div.DivClassName
{
background-color: #93B717;
}
.BgClassName
{
background-color: #93B717;
}
</style>
border-color css
<style>
span { border-color: #93B717; }
span { border-color: rgb(147,183,23); }
td.TdClassName
{
border-color: #93B717;
}
.TagClassName
{
border-color: #93B717;
}
</style>