Shades of Delta #9CA393
Tints of Delta #9CA393
RGB
CMYK
RGB Variations
Color information
#9CA393 (or 0x9CA393) is known color: Delta. HEX triplet: 9C, A3 and 93. RGB value is (156,163,147). Sum of RGB (Red+Green+Blue) = 156+163+147=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA393 is #635C6C. Grayscale: #9F9F9F. Windows color (decimal): -6511725 or 9675676. OLE color: 9675676.
HSL color Cylindrical-coordinate representation of color #9CA393: hue angle of 86.25º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9CA393 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 163 | 147 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.36 |
| HSL | 86.25º | 0.08% | 0.61% | - |
| HSV(B) | 86.25º | 0.1% | 0.64% | - |
| XYZ | 32.07 | 35.37 | 32.74 | - |
| YUV | 159.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 163 | 147 | 0.04 | 0 | 0.10 | 0.36 | 86.25 | 0.08 | 0.61 |
| Hex | 9C | A3 | 93 | 4 | 0 | A | 24 | 56 | 8 | 3D |
| Octal | 234 | 243 | 223 | 4 | 0 | 12 | 44 | 126 | 10 | 75 |
| Binary | 10011100 | 10100011 | 10010011 | 100 | 0 | 1010 | 100100 | 1010110 | 1000 | 111101 |
Color Harmonies of #9CA393
Complementary color
Monochromatic Colors of #9CA393
Black with #9CA393
Text Example
Text Example
White with #9CA393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA393; }
p { color: rgb(156,163,147); }
H1.HeaderClassName
{
color: #9CA393;
}
.AnyTagClassName
{
color: #9CA393;
}
</style>
background-color css
<style>
a { background-color: #9CA393; }
a { background-color: rgb(156,163,147); }
div.DivClassName
{
background-color: #9CA393;
}
.BgClassName
{
background-color: #9CA393;
}
</style>
border-color css
<style>
span { border-color: #9CA393; }
span { border-color: rgb(156,163,147); }
td.TdClassName
{
border-color: #9CA393;
}
.TagClassName
{
border-color: #9CA393;
}
</style>