Shades of Delta #96A287
Tints of Delta #96A287
RGB
CMYK
RGB Variations
Color information
#96A287 (or 0x96A287) is known color: Delta. HEX triplet: 96, A2 and 87. RGB value is (150,162,135). Sum of RGB (Red+Green+Blue) = 150+162+135=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 135 (53.12% from 255 or 30.20% from 447); Max value from RGB is 162 - color contains mainly: green. Hex color #96A287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A287 is #695D78. Grayscale: #9B9B9B. Windows color (decimal): -6905209 or 8888982. OLE color: 8888982.
HSL color Cylindrical-coordinate representation of color #96A287: hue angle of 86.67º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96A287 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 162 | 135 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.36 |
| HSL | 86.67º | 0.13% | 0.58% | - |
| HSV(B) | 86.67º | 0.17% | 0.64% | - |
| XYZ | 29.87 | 34.07 | 27.92 | - |
| YUV | 155.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 162 | 135 | 0.07 | 0 | 0.17 | 0.36 | 86.67 | 0.13 | 0.58 |
| Hex | 96 | A2 | 87 | 7 | 0 | 11 | 24 | 57 | D | 3A |
| Octal | 226 | 242 | 207 | 7 | 0 | 21 | 44 | 127 | 15 | 72 |
| Binary | 10010110 | 10100010 | 10000111 | 111 | 0 | 10001 | 100100 | 1010111 | 1101 | 111010 |
Color Harmonies of #96A287
Complementary color
Monochromatic Colors of #96A287
Black with #96A287
Text Example
Text Example
White with #96A287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A287; }
p { color: rgb(150,162,135); }
H1.HeaderClassName
{
color: #96A287;
}
.AnyTagClassName
{
color: #96A287;
}
</style>
background-color css
<style>
a { background-color: #96A287; }
a { background-color: rgb(150,162,135); }
div.DivClassName
{
background-color: #96A287;
}
.BgClassName
{
background-color: #96A287;
}
</style>
border-color css
<style>
span { border-color: #96A287; }
span { border-color: rgb(150,162,135); }
td.TdClassName
{
border-color: #96A287;
}
.TagClassName
{
border-color: #96A287;
}
</style>