Shades of Delta #93A084
Tints of Delta #93A084
RGB
CMYK
RGB Variations
Color information
#93A084 (or 0x93A084) is known color: Delta. HEX triplet: 93, A0 and 84. RGB value is (147,160,132). Sum of RGB (Red+Green+Blue) = 147+160+132=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 160 - color contains mainly: green. Hex color #93A084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A084 is #6C5F7B. Grayscale: #999999. Windows color (decimal): -7102332 or 8691859. OLE color: 8691859.
HSL color Cylindrical-coordinate representation of color #93A084: hue angle of 87.86º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93A084 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 160 | 132 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.37 |
| HSL | 87.86º | 0.13% | 0.57% | - |
| HSV(B) | 87.86º | 0.18% | 0.63% | - |
| XYZ | 28.77 | 33.01 | 26.69 | - |
| YUV | 152.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 160 | 132 | 0.08 | 0 | 0.17 | 0.37 | 87.86 | 0.13 | 0.57 |
| Hex | 93 | A0 | 84 | 8 | 0 | 11 | 25 | 58 | D | 39 |
| Octal | 223 | 240 | 204 | 10 | 0 | 21 | 45 | 130 | 15 | 71 |
| Binary | 10010011 | 10100000 | 10000100 | 1000 | 0 | 10001 | 100101 | 1011000 | 1101 | 111001 |
Color Harmonies of #93A084
Complementary color
Monochromatic Colors of #93A084
Black with #93A084
Text Example
Text Example
White with #93A084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A084; }
p { color: rgb(147,160,132); }
H1.HeaderClassName
{
color: #93A084;
}
.AnyTagClassName
{
color: #93A084;
}
</style>
background-color css
<style>
a { background-color: #93A084; }
a { background-color: rgb(147,160,132); }
div.DivClassName
{
background-color: #93A084;
}
.BgClassName
{
background-color: #93A084;
}
</style>
border-color css
<style>
span { border-color: #93A084; }
span { border-color: rgb(147,160,132); }
td.TdClassName
{
border-color: #93A084;
}
.TagClassName
{
border-color: #93A084;
}
</style>