Shades of Citron #93A515
Tints of Citron #93A515
RGB
CMYK
RGB Variations
Color information
#93A515 (or 0x93A515) is known color: Citron. HEX triplet: 93, A5 and 15. RGB value is (147,165,21). Sum of RGB (Red+Green+Blue) = 147+165+21=333 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.14% from 333); Green value is 165 (64.84% from 255 or 49.55% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 165 - color contains mainly: green. Hex color #93A515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93A515 is #6C5AEA. Grayscale: #8F8F8F. Windows color (decimal): -7101163 or 1418643. OLE color: 1418643.
HSL color Cylindrical-coordinate representation of color #93A515: hue angle of 67.5º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #93A515 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 165 | 21 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.35 |
| HSL | 67.5º | 0.77% | 0.36% | - |
| HSV(B) | 67.5º | 0.87% | 0.65% | - |
| XYZ | 25.62 | 33.17 | 5.76 | - |
| YUV | 143.2 | 59.04 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 165 | 21 | 0.11 | 0 | 0.87 | 0.35 | 67.5 | 0.77 | 0.36 |
| Hex | 93 | A5 | 15 | B | 0 | 57 | 23 | 44 | 4D | 24 |
| Octal | 223 | 245 | 25 | 13 | 0 | 127 | 43 | 104 | 115 | 44 |
| Binary | 10010011 | 10100101 | 10101 | 1011 | 0 | 1010111 | 100011 | 1000100 | 1001101 | 100100 |
Color Harmonies of #93A515
Complementary color
Monochromatic Colors of #93A515
Black with #93A515
Text Example
Text Example
White with #93A515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A515; }
p { color: rgb(147,165,21); }
H1.HeaderClassName
{
color: #93A515;
}
.AnyTagClassName
{
color: #93A515;
}
</style>
background-color css
<style>
a { background-color: #93A515; }
a { background-color: rgb(147,165,21); }
div.DivClassName
{
background-color: #93A515;
}
.BgClassName
{
background-color: #93A515;
}
</style>
border-color css
<style>
span { border-color: #93A515; }
span { border-color: rgb(147,165,21); }
td.TdClassName
{
border-color: #93A515;
}
.TagClassName
{
border-color: #93A515;
}
</style>