Shades of Citrus #93A910
Tints of Citrus #93A910
RGB
CMYK
RGB Variations
Color information
#93A910 (or 0x93A910) is known color: Citrus. HEX triplet: 93, A9 and 10. RGB value is (147,169,16). Sum of RGB (Red+Green+Blue) = 147+169+16=332 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.28% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #93A910 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93A910 is #6C56EF. Grayscale: #919191. Windows color (decimal): -7100144 or 1091987. OLE color: 1091987.
HSL color Cylindrical-coordinate representation of color #93A910: hue angle of 68.63º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93A910 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 169 | 16 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.34 |
| HSL | 68.63º | 0.83% | 0.36% | - |
| HSV(B) | 68.63º | 0.91% | 0.66% | - |
| XYZ | 26.31 | 34.62 | 5.78 | - |
| YUV | 144.98 | 55.21 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 169 | 16 | 0.13 | 0 | 0.91 | 0.34 | 68.63 | 0.83 | 0.36 |
| Hex | 93 | A9 | 10 | D | 0 | 5B | 22 | 45 | 53 | 24 |
| Octal | 223 | 251 | 20 | 15 | 0 | 133 | 42 | 105 | 123 | 44 |
| Binary | 10010011 | 10101001 | 10000 | 1101 | 0 | 1011011 | 100010 | 1000101 | 1010011 | 100100 |
Color Harmonies of #93A910
Complementary color
Monochromatic Colors of #93A910
Black with #93A910
Text Example
Text Example
White with #93A910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A910; }
p { color: rgb(147,169,16); }
H1.HeaderClassName
{
color: #93A910;
}
.AnyTagClassName
{
color: #93A910;
}
</style>
background-color css
<style>
a { background-color: #93A910; }
a { background-color: rgb(147,169,16); }
div.DivClassName
{
background-color: #93A910;
}
.BgClassName
{
background-color: #93A910;
}
</style>
border-color css
<style>
span { border-color: #93A910; }
span { border-color: rgb(147,169,16); }
td.TdClassName
{
border-color: #93A910;
}
.TagClassName
{
border-color: #93A910;
}
</style>