Shades of Green Smoke #93A253
Tints of Green Smoke #93A253
RGB
CMYK
RGB Variations
Color information
#93A253 (or 0x93A253) is known color: Green Smoke. HEX triplet: 93, A2 and 53. RGB value is (147,162,83). Sum of RGB (Red+Green+Blue) = 147+162+83=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #93A253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A253 is #6C5DAC. Grayscale: #949494. Windows color (decimal): -7101869 or 5481107. OLE color: 5481107.
HSL color Cylindrical-coordinate representation of color #93A253: hue angle of 71.39º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93A253 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 162 | 83 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.36 |
| HSL | 71.39º | 0.32% | 0.48% | - |
| HSV(B) | 71.39º | 0.49% | 0.64% | - |
| XYZ | 26.51 | 32.67 | 13.09 | - |
| YUV | 148.51 | 91.03 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 162 | 83 | 0.09 | 0 | 0.49 | 0.36 | 71.39 | 0.32 | 0.48 |
| Hex | 93 | A2 | 53 | 9 | 0 | 31 | 24 | 47 | 20 | 30 |
| Octal | 223 | 242 | 123 | 11 | 0 | 61 | 44 | 107 | 40 | 60 |
| Binary | 10010011 | 10100010 | 1010011 | 1001 | 0 | 110001 | 100100 | 1000111 | 100000 | 110000 |
Color Harmonies of #93A253
Complementary color
Monochromatic Colors of #93A253
Black with #93A253
Text Example
Text Example
White with #93A253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A253; }
p { color: rgb(147,162,83); }
H1.HeaderClassName
{
color: #93A253;
}
.AnyTagClassName
{
color: #93A253;
}
</style>
background-color css
<style>
a { background-color: #93A253; }
a { background-color: rgb(147,162,83); }
div.DivClassName
{
background-color: #93A253;
}
.BgClassName
{
background-color: #93A253;
}
</style>
border-color css
<style>
span { border-color: #93A253; }
span { border-color: rgb(147,162,83); }
td.TdClassName
{
border-color: #93A253;
}
.TagClassName
{
border-color: #93A253;
}
</style>