Shades of Citrus #93A601
Tints of Citrus #93A601
RGB
CMYK
RGB Variations
Color information
#93A601 (or 0x93A601) is known color: Citrus. HEX triplet: 93, A6 and 01. RGB value is (147,166,1). Sum of RGB (Red+Green+Blue) = 147+166+1=314 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.82% from 314); Green value is 166 (65.23% from 255 or 52.87% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 166 - color contains mainly: green. Hex color #93A601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93A601 is #6C59FE. Grayscale: #8E8E8E. Windows color (decimal): -7100927 or 108179. OLE color: 108179.
HSL color Cylindrical-coordinate representation of color #93A601: hue angle of 66.91º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93A601 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 166 | 1 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.35 |
| HSL | 66.91º | 0.99% | 0.33% | - |
| HSV(B) | 66.91º | 0.99% | 0.65% | - |
| XYZ | 25.67 | 33.48 | 5.14 | - |
| YUV | 141.51 | 48.71 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 166 | 1 | 0.11 | 0 | 0.99 | 0.35 | 66.91 | 0.99 | 0.33 |
| Hex | 93 | A6 | 1 | B | 0 | 63 | 23 | 43 | 63 | 21 |
| Octal | 223 | 246 | 1 | 13 | 0 | 143 | 43 | 103 | 143 | 41 |
| Binary | 10010011 | 10100110 | 1 | 1011 | 0 | 1100011 | 100011 | 1000011 | 1100011 | 100001 |
Color Harmonies of #93A601
Complementary color
Monochromatic Colors of #93A601
Black with #93A601
Text Example
Text Example
White with #93A601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A601; }
p { color: rgb(147,166,1); }
H1.HeaderClassName
{
color: #93A601;
}
.AnyTagClassName
{
color: #93A601;
}
</style>
background-color css
<style>
a { background-color: #93A601; }
a { background-color: rgb(147,166,1); }
div.DivClassName
{
background-color: #93A601;
}
.BgClassName
{
background-color: #93A601;
}
</style>
border-color css
<style>
span { border-color: #93A601; }
span { border-color: rgb(147,166,1); }
td.TdClassName
{
border-color: #93A601;
}
.TagClassName
{
border-color: #93A601;
}
</style>