Shades of Delta #96A387
Tints of Delta #96A387
RGB
CMYK
RGB Variations
Color information
#96A387 (or 0x96A387) is known color: Delta. HEX triplet: 96, A3 and 87. RGB value is (150,163,135). Sum of RGB (Red+Green+Blue) = 150+163+135=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 163 - color contains mainly: green. Hex color #96A387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A387 is #695C78. Grayscale: #9C9C9C. Windows color (decimal): -6904953 or 8889238. OLE color: 8889238.
HSL color Cylindrical-coordinate representation of color #96A387: hue angle of 87.86º 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 #96A387 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 163 | 135 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.36 |
| HSL | 87.86º | 0.13% | 0.58% | - |
| HSV(B) | 87.86º | 0.17% | 0.64% | - |
| XYZ | 30.05 | 34.43 | 27.98 | - |
| YUV | 155.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 163 | 135 | 0.08 | 0 | 0.17 | 0.36 | 87.86 | 0.13 | 0.58 |
| Hex | 96 | A3 | 87 | 8 | 0 | 11 | 24 | 58 | D | 3A |
| Octal | 226 | 243 | 207 | 10 | 0 | 21 | 44 | 130 | 15 | 72 |
| Binary | 10010110 | 10100011 | 10000111 | 1000 | 0 | 10001 | 100100 | 1011000 | 1101 | 111010 |
Color Harmonies of #96A387
Complementary color
Monochromatic Colors of #96A387
Black with #96A387
Text Example
Text Example
White with #96A387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A387; }
p { color: rgb(150,163,135); }
H1.HeaderClassName
{
color: #96A387;
}
.AnyTagClassName
{
color: #96A387;
}
</style>
background-color css
<style>
a { background-color: #96A387; }
a { background-color: rgb(150,163,135); }
div.DivClassName
{
background-color: #96A387;
}
.BgClassName
{
background-color: #96A387;
}
</style>
border-color css
<style>
span { border-color: #96A387; }
span { border-color: rgb(150,163,135); }
td.TdClassName
{
border-color: #96A387;
}
.TagClassName
{
border-color: #96A387;
}
</style>