Shades of Delta #93A386
Tints of Delta #93A386
RGB
CMYK
RGB Variations
Color information
#93A386 (or 0x93A386) is known color: Delta. HEX triplet: 93, A3 and 86. RGB value is (147,163,134). Sum of RGB (Red+Green+Blue) = 147+163+134=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 163 - color contains mainly: green. Hex color #93A386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A386 is #6C5C79. Grayscale: #9B9B9B. Windows color (decimal): -7101562 or 8823699. OLE color: 8823699.
HSL color Cylindrical-coordinate representation of color #93A386: hue angle of 93.1º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93A386 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 163 | 134 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.36 |
| HSL | 93.1º | 0.14% | 0.58% | - |
| HSV(B) | 93.1º | 0.18% | 0.64% | - |
| XYZ | 29.43 | 34.12 | 27.59 | - |
| YUV | 154.91 | 116.2 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 163 | 134 | 0.10 | 0 | 0.18 | 0.36 | 93.1 | 0.14 | 0.58 |
| Hex | 93 | A3 | 86 | A | 0 | 12 | 24 | 5D | E | 3A |
| Octal | 223 | 243 | 206 | 12 | 0 | 22 | 44 | 135 | 16 | 72 |
| Binary | 10010011 | 10100011 | 10000110 | 1010 | 0 | 10010 | 100100 | 1011101 | 1110 | 111010 |
Color Harmonies of #93A386
Complementary color
Monochromatic Colors of #93A386
Black with #93A386
Text Example
Text Example
White with #93A386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A386; }
p { color: rgb(147,163,134); }
H1.HeaderClassName
{
color: #93A386;
}
.AnyTagClassName
{
color: #93A386;
}
</style>
background-color css
<style>
a { background-color: #93A386; }
a { background-color: rgb(147,163,134); }
div.DivClassName
{
background-color: #93A386;
}
.BgClassName
{
background-color: #93A386;
}
</style>
border-color css
<style>
span { border-color: #93A386; }
span { border-color: rgb(147,163,134); }
td.TdClassName
{
border-color: #93A386;
}
.TagClassName
{
border-color: #93A386;
}
</style>