Shades of Delta #96A188
Tints of Delta #96A188
RGB
CMYK
RGB Variations
Color information
#96A188 (or 0x96A188) is known color: Delta. HEX triplet: 96, A1 and 88. RGB value is (150,161,136). Sum of RGB (Red+Green+Blue) = 150+161+136=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 161 - color contains mainly: green. Hex color #96A188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A188 is #695E77. Grayscale: #9A9A9A. Windows color (decimal): -6905464 or 8954262. OLE color: 8954262.
HSL color Cylindrical-coordinate representation of color #96A188: hue angle of 86.4º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96A188 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 161 | 136 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.37 |
| HSL | 86.4º | 0.12% | 0.58% | - |
| HSV(B) | 86.4º | 0.16% | 0.63% | - |
| XYZ | 29.77 | 33.75 | 28.24 | - |
| YUV | 154.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 161 | 136 | 0.07 | 0 | 0.16 | 0.37 | 86.4 | 0.12 | 0.58 |
| Hex | 96 | A1 | 88 | 7 | 0 | 10 | 25 | 56 | C | 3A |
| Octal | 226 | 241 | 210 | 7 | 0 | 20 | 45 | 126 | 14 | 72 |
| Binary | 10010110 | 10100001 | 10001000 | 111 | 0 | 10000 | 100101 | 1010110 | 1100 | 111010 |
Color Harmonies of #96A188
Complementary color
Monochromatic Colors of #96A188
Black with #96A188
Text Example
Text Example
White with #96A188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A188; }
p { color: rgb(150,161,136); }
H1.HeaderClassName
{
color: #96A188;
}
.AnyTagClassName
{
color: #96A188;
}
</style>
background-color css
<style>
a { background-color: #96A188; }
a { background-color: rgb(150,161,136); }
div.DivClassName
{
background-color: #96A188;
}
.BgClassName
{
background-color: #96A188;
}
</style>
border-color css
<style>
span { border-color: #96A188; }
span { border-color: rgb(150,161,136); }
td.TdClassName
{
border-color: #96A188;
}
.TagClassName
{
border-color: #96A188;
}
</style>