Shades of Citrus #93A60C
Tints of Citrus #93A60C
RGB
CMYK
RGB Variations
Color information
#93A60C (or 0x93A60C) is known color: Citrus. HEX triplet: 93, A6 and 0C. RGB value is (147,166,12). Sum of RGB (Red+Green+Blue) = 147+166+12=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 166 (65.23% from 255 or 51.08% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 166 - color contains mainly: green. Hex color #93A60C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93A60C is #6C59F3. Grayscale: #8F8F8F. Windows color (decimal): -7100916 or 829075. OLE color: 829075.
HSL color Cylindrical-coordinate representation of color #93A60C: hue angle of 67.4º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93A60C is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 166 | 12 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.35 |
| HSL | 67.4º | 0.87% | 0.35% | - |
| HSV(B) | 67.4º | 0.93% | 0.65% | - |
| XYZ | 25.74 | 33.5 | 5.46 | - |
| YUV | 142.76 | 54.21 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 166 | 12 | 0.11 | 0 | 0.93 | 0.35 | 67.4 | 0.87 | 0.35 |
| Hex | 93 | A6 | C | B | 0 | 5D | 23 | 43 | 57 | 23 |
| Octal | 223 | 246 | 14 | 13 | 0 | 135 | 43 | 103 | 127 | 43 |
| Binary | 10010011 | 10100110 | 1100 | 1011 | 0 | 1011101 | 100011 | 1000011 | 1010111 | 100011 |
Color Harmonies of #93A60C
Complementary color
Monochromatic Colors of #93A60C
Black with #93A60C
Text Example
Text Example
White with #93A60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A60C; }
p { color: rgb(147,166,12); }
H1.HeaderClassName
{
color: #93A60C;
}
.AnyTagClassName
{
color: #93A60C;
}
</style>
background-color css
<style>
a { background-color: #93A60C; }
a { background-color: rgb(147,166,12); }
div.DivClassName
{
background-color: #93A60C;
}
.BgClassName
{
background-color: #93A60C;
}
</style>
border-color css
<style>
span { border-color: #93A60C; }
span { border-color: rgb(147,166,12); }
td.TdClassName
{
border-color: #93A60C;
}
.TagClassName
{
border-color: #93A60C;
}
</style>