Shades of Citrus #93A505
Tints of Citrus #93A505
RGB
CMYK
RGB Variations
Color information
#93A505 (or 0x93A505) is known color: Citrus. HEX triplet: 93, A5 and 05. RGB value is (147,165,5). Sum of RGB (Red+Green+Blue) = 147+165+5=317 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.37% from 317); Green value is 165 (64.84% from 255 or 52.05% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 165 - color contains mainly: green. Hex color #93A505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93A505 is #6C5AFA. Grayscale: #8E8E8E. Windows color (decimal): -7101179 or 370067. OLE color: 370067.
HSL color Cylindrical-coordinate representation of color #93A505: hue angle of 66.75º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93A505 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 165 | 5 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.35 |
| HSL | 66.75º | 0.94% | 0.33% | - |
| HSV(B) | 66.75º | 0.97% | 0.65% | - |
| XYZ | 25.52 | 33.12 | 5.19 | - |
| YUV | 141.38 | 51.04 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 165 | 5 | 0.11 | 0 | 0.97 | 0.35 | 66.75 | 0.94 | 0.33 |
| Hex | 93 | A5 | 5 | B | 0 | 61 | 23 | 43 | 5E | 21 |
| Octal | 223 | 245 | 5 | 13 | 0 | 141 | 43 | 103 | 136 | 41 |
| Binary | 10010011 | 10100101 | 101 | 1011 | 0 | 1100001 | 100011 | 1000011 | 1011110 | 100001 |
Color Harmonies of #93A505
Complementary color
Monochromatic Colors of #93A505
Black with #93A505
Text Example
Text Example
White with #93A505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A505; }
p { color: rgb(147,165,5); }
H1.HeaderClassName
{
color: #93A505;
}
.AnyTagClassName
{
color: #93A505;
}
</style>
background-color css
<style>
a { background-color: #93A505; }
a { background-color: rgb(147,165,5); }
div.DivClassName
{
background-color: #93A505;
}
.BgClassName
{
background-color: #93A505;
}
</style>
border-color css
<style>
span { border-color: #93A505; }
span { border-color: rgb(147,165,5); }
td.TdClassName
{
border-color: #93A505;
}
.TagClassName
{
border-color: #93A505;
}
</style>