Shades of Delta #96A085
Tints of Delta #96A085
RGB
CMYK
RGB Variations
Color information
#96A085 (or 0x96A085) is known color: Delta. HEX triplet: 96, A0 and 85. RGB value is (150,160,133). Sum of RGB (Red+Green+Blue) = 150+160+133=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 160 - color contains mainly: green. Hex color #96A085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A085 is #695F7A. Grayscale: #9A9A9A. Windows color (decimal): -6905723 or 8757398. OLE color: 8757398.
HSL color Cylindrical-coordinate representation of color #96A085: hue angle of 82.22º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96A085 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 160 | 133 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.37 |
| HSL | 82.22º | 0.12% | 0.57% | - |
| HSV(B) | 82.22º | 0.17% | 0.63% | - |
| XYZ | 29.38 | 33.32 | 27.07 | - |
| YUV | 153.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 160 | 133 | 0.06 | 0 | 0.17 | 0.37 | 82.22 | 0.12 | 0.57 |
| Hex | 96 | A0 | 85 | 6 | 0 | 11 | 25 | 52 | C | 39 |
| Octal | 226 | 240 | 205 | 6 | 0 | 21 | 45 | 122 | 14 | 71 |
| Binary | 10010110 | 10100000 | 10000101 | 110 | 0 | 10001 | 100101 | 1010010 | 1100 | 111001 |
Color Harmonies of #96A085
Complementary color
Monochromatic Colors of #96A085
Black with #96A085
Text Example
Text Example
White with #96A085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A085; }
p { color: rgb(150,160,133); }
H1.HeaderClassName
{
color: #96A085;
}
.AnyTagClassName
{
color: #96A085;
}
</style>
background-color css
<style>
a { background-color: #96A085; }
a { background-color: rgb(150,160,133); }
div.DivClassName
{
background-color: #96A085;
}
.BgClassName
{
background-color: #96A085;
}
</style>
border-color css
<style>
span { border-color: #96A085; }
span { border-color: rgb(150,160,133); }
td.TdClassName
{
border-color: #96A085;
}
.TagClassName
{
border-color: #96A085;
}
</style>