Shades of Delta #96A08E
Tints of Delta #96A08E
RGB
CMYK
RGB Variations
Color information
#96A08E (or 0x96A08E) is known color: Delta. HEX triplet: 96, A0 and 8E. RGB value is (150,160,142). Sum of RGB (Red+Green+Blue) = 150+160+142=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 160 - color contains mainly: green. Hex color #96A08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A08E is #695F71. Grayscale: #9B9B9B. Windows color (decimal): -6905714 or 9347222. OLE color: 9347222.
HSL color Cylindrical-coordinate representation of color #96A08E: hue angle of 93.33º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #96A08E is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 160 | 142 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.37 |
| HSL | 93.33º | 0.09% | 0.59% | - |
| HSV(B) | 93.33º | 0.11% | 0.63% | - |
| XYZ | 30.03 | 33.58 | 30.49 | - |
| YUV | 154.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 160 | 142 | 0.06 | 0 | 0.11 | 0.37 | 93.33 | 0.09 | 0.59 |
| Hex | 96 | A0 | 8E | 6 | 0 | B | 25 | 5D | 9 | 3B |
| Octal | 226 | 240 | 216 | 6 | 0 | 13 | 45 | 135 | 11 | 73 |
| Binary | 10010110 | 10100000 | 10001110 | 110 | 0 | 1011 | 100101 | 1011101 | 1001 | 111011 |
Color Harmonies of #96A08E
Complementary color
Monochromatic Colors of #96A08E
Black with #96A08E
Text Example
Text Example
White with #96A08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A08E; }
p { color: rgb(150,160,142); }
H1.HeaderClassName
{
color: #96A08E;
}
.AnyTagClassName
{
color: #96A08E;
}
</style>
background-color css
<style>
a { background-color: #96A08E; }
a { background-color: rgb(150,160,142); }
div.DivClassName
{
background-color: #96A08E;
}
.BgClassName
{
background-color: #96A08E;
}
</style>
border-color css
<style>
span { border-color: #96A08E; }
span { border-color: rgb(150,160,142); }
td.TdClassName
{
border-color: #96A08E;
}
.TagClassName
{
border-color: #96A08E;
}
</style>