Shades of Citrus #93A810
Tints of Citrus #93A810
RGB
CMYK
RGB Variations
Color information
#93A810 (or 0x93A810) is known color: Citrus. HEX triplet: 93, A8 and 10. RGB value is (147,168,16). Sum of RGB (Red+Green+Blue) = 147+168+16=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 168 (66.02% from 255 or 50.76% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 168 - color contains mainly: green. Hex color #93A810 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93A810 is #6C57EF. Grayscale: #909090. Windows color (decimal): -7100400 or 1091731. OLE color: 1091731.
HSL color Cylindrical-coordinate representation of color #93A810: hue angle of 68.29º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93A810 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 168 | 16 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.34 |
| HSL | 68.29º | 0.83% | 0.36% | - |
| HSV(B) | 68.29º | 0.9% | 0.66% | - |
| XYZ | 26.13 | 34.25 | 5.72 | - |
| YUV | 144.39 | 55.54 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 168 | 16 | 0.13 | 0 | 0.90 | 0.34 | 68.29 | 0.83 | 0.36 |
| Hex | 93 | A8 | 10 | D | 0 | 5A | 22 | 44 | 53 | 24 |
| Octal | 223 | 250 | 20 | 15 | 0 | 132 | 42 | 104 | 123 | 44 |
| Binary | 10010011 | 10101000 | 10000 | 1101 | 0 | 1011010 | 100010 | 1000100 | 1010011 | 100100 |
Color Harmonies of #93A810
Complementary color
Monochromatic Colors of #93A810
Black with #93A810
Text Example
Text Example
White with #93A810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A810; }
p { color: rgb(147,168,16); }
H1.HeaderClassName
{
color: #93A810;
}
.AnyTagClassName
{
color: #93A810;
}
</style>
background-color css
<style>
a { background-color: #93A810; }
a { background-color: rgb(147,168,16); }
div.DivClassName
{
background-color: #93A810;
}
.BgClassName
{
background-color: #93A810;
}
</style>
border-color css
<style>
span { border-color: #93A810; }
span { border-color: rgb(147,168,16); }
td.TdClassName
{
border-color: #93A810;
}
.TagClassName
{
border-color: #93A810;
}
</style>