Shades of Citron #93A819
Tints of Citron #93A819
RGB
CMYK
RGB Variations
Color information
#93A819 (or 0x93A819) is known color: Citron. HEX triplet: 93, A8 and 19. RGB value is (147,168,25). Sum of RGB (Red+Green+Blue) = 147+168+25=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 168 (66.02% from 255 or 49.41% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 168 - color contains mainly: green. Hex color #93A819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93A819 is #6C57E6. Grayscale: #919191. Windows color (decimal): -7100391 or 1681555. OLE color: 1681555.
HSL color Cylindrical-coordinate representation of color #93A819: hue angle of 68.81º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #93A819 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 168 | 25 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.34 |
| HSL | 68.81º | 0.74% | 0.38% | - |
| HSV(B) | 68.81º | 0.85% | 0.66% | - |
| XYZ | 26.21 | 34.28 | 6.15 | - |
| YUV | 145.42 | 60.04 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 168 | 25 | 0.13 | 0 | 0.85 | 0.34 | 68.81 | 0.74 | 0.38 |
| Hex | 93 | A8 | 19 | D | 0 | 55 | 22 | 45 | 4A | 26 |
| Octal | 223 | 250 | 31 | 15 | 0 | 125 | 42 | 105 | 112 | 46 |
| Binary | 10010011 | 10101000 | 11001 | 1101 | 0 | 1010101 | 100010 | 1000101 | 1001010 | 100110 |
Color Harmonies of #93A819
Complementary color
Monochromatic Colors of #93A819
Black with #93A819
Text Example
Text Example
White with #93A819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A819; }
p { color: rgb(147,168,25); }
H1.HeaderClassName
{
color: #93A819;
}
.AnyTagClassName
{
color: #93A819;
}
</style>
background-color css
<style>
a { background-color: #93A819; }
a { background-color: rgb(147,168,25); }
div.DivClassName
{
background-color: #93A819;
}
.BgClassName
{
background-color: #93A819;
}
</style>
border-color css
<style>
span { border-color: #93A819; }
span { border-color: rgb(147,168,25); }
td.TdClassName
{
border-color: #93A819;
}
.TagClassName
{
border-color: #93A819;
}
</style>