Shades of Citrus #93A204
Tints of Citrus #93A204
RGB
CMYK
RGB Variations
Color information
#93A204 (or 0x93A204) is known color: Citrus. HEX triplet: 93, A2 and 04. RGB value is (147,162,4). Sum of RGB (Red+Green+Blue) = 147+162+4=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 162 (63.67% from 255 or 51.76% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 162 - color contains mainly: green. Hex color #93A204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93A204 is #6C5DFB. Grayscale: #8C8C8C. Windows color (decimal): -7101948 or 303763. OLE color: 303763.
HSL color Cylindrical-coordinate representation of color #93A204: hue angle of 65.7º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93A204 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 162 | 4 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.36 |
| HSL | 65.7º | 0.95% | 0.33% | - |
| HSV(B) | 65.7º | 0.98% | 0.64% | - |
| XYZ | 24.97 | 32.05 | 4.99 | - |
| YUV | 139.5 | 51.53 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 162 | 4 | 0.09 | 0 | 0.98 | 0.36 | 65.7 | 0.95 | 0.33 |
| Hex | 93 | A2 | 4 | 9 | 0 | 62 | 24 | 42 | 5F | 21 |
| Octal | 223 | 242 | 4 | 11 | 0 | 142 | 44 | 102 | 137 | 41 |
| Binary | 10010011 | 10100010 | 100 | 1001 | 0 | 1100010 | 100100 | 1000010 | 1011111 | 100001 |
Color Harmonies of #93A204
Complementary color
Monochromatic Colors of #93A204
Black with #93A204
Text Example
Text Example
White with #93A204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A204; }
p { color: rgb(147,162,4); }
H1.HeaderClassName
{
color: #93A204;
}
.AnyTagClassName
{
color: #93A204;
}
</style>
background-color css
<style>
a { background-color: #93A204; }
a { background-color: rgb(147,162,4); }
div.DivClassName
{
background-color: #93A204;
}
.BgClassName
{
background-color: #93A204;
}
</style>
border-color css
<style>
span { border-color: #93A204; }
span { border-color: rgb(147,162,4); }
td.TdClassName
{
border-color: #93A204;
}
.TagClassName
{
border-color: #93A204;
}
</style>