Shades of Green Smoke #93A35C
Tints of Green Smoke #93A35C
RGB
CMYK
RGB Variations
Color information
#93A35C (or 0x93A35C) is known color: Green Smoke. HEX triplet: 93, A3 and 5C. RGB value is (147,163,92). Sum of RGB (Red+Green+Blue) = 147+163+92=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 163 - color contains mainly: green. Hex color #93A35C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A35C is #6C5CA3. Grayscale: #969696. Windows color (decimal): -7101604 or 6071187. OLE color: 6071187.
HSL color Cylindrical-coordinate representation of color #93A35C: hue angle of 73.52º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #93A35C is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 163 | 92 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.36 |
| HSL | 73.52º | 0.28% | 0.5% | - |
| HSV(B) | 73.52º | 0.44% | 0.64% | - |
| XYZ | 27.06 | 33.17 | 15.1 | - |
| YUV | 150.12 | 95.2 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 163 | 92 | 0.10 | 0 | 0.44 | 0.36 | 73.52 | 0.28 | 0.5 |
| Hex | 93 | A3 | 5C | A | 0 | 2C | 24 | 4A | 1C | 32 |
| Octal | 223 | 243 | 134 | 12 | 0 | 54 | 44 | 112 | 34 | 62 |
| Binary | 10010011 | 10100011 | 1011100 | 1010 | 0 | 101100 | 100100 | 1001010 | 11100 | 110010 |
Color Harmonies of #93A35C
Complementary color
Monochromatic Colors of #93A35C
Black with #93A35C
Text Example
Text Example
White with #93A35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A35C; }
p { color: rgb(147,163,92); }
H1.HeaderClassName
{
color: #93A35C;
}
.AnyTagClassName
{
color: #93A35C;
}
</style>
background-color css
<style>
a { background-color: #93A35C; }
a { background-color: rgb(147,163,92); }
div.DivClassName
{
background-color: #93A35C;
}
.BgClassName
{
background-color: #93A35C;
}
</style>
border-color css
<style>
span { border-color: #93A35C; }
span { border-color: rgb(147,163,92); }
td.TdClassName
{
border-color: #93A35C;
}
.TagClassName
{
border-color: #93A35C;
}
</style>