Shades of Delta #96A284
Tints of Delta #96A284
RGB
CMYK
RGB Variations
Color information
#96A284 (or 0x96A284) is known color: Delta. HEX triplet: 96, A2 and 84. RGB value is (150,162,132). Sum of RGB (Red+Green+Blue) = 150+162+132=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 132 (51.95% from 255 or 29.73% from 444); Max value from RGB is 162 - color contains mainly: green. Hex color #96A284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A284 is #695D7B. Grayscale: #9B9B9B. Windows color (decimal): -6905212 or 8692374. OLE color: 8692374.
HSL color Cylindrical-coordinate representation of color #96A284: hue angle of 84º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96A284 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 162 | 132 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.36 |
| HSL | 84º | 0.14% | 0.58% | - |
| HSV(B) | 84º | 0.19% | 0.64% | - |
| XYZ | 29.66 | 33.99 | 26.83 | - |
| YUV | 154.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 162 | 132 | 0.07 | 0 | 0.19 | 0.36 | 84 | 0.14 | 0.58 |
| Hex | 96 | A2 | 84 | 7 | 0 | 13 | 24 | 54 | E | 3A |
| Octal | 226 | 242 | 204 | 7 | 0 | 23 | 44 | 124 | 16 | 72 |
| Binary | 10010110 | 10100010 | 10000100 | 111 | 0 | 10011 | 100100 | 1010100 | 1110 | 111010 |
Color Harmonies of #96A284
Complementary color
Monochromatic Colors of #96A284
Black with #96A284
Text Example
Text Example
White with #96A284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A284; }
p { color: rgb(150,162,132); }
H1.HeaderClassName
{
color: #96A284;
}
.AnyTagClassName
{
color: #96A284;
}
</style>
background-color css
<style>
a { background-color: #96A284; }
a { background-color: rgb(150,162,132); }
div.DivClassName
{
background-color: #96A284;
}
.BgClassName
{
background-color: #96A284;
}
</style>
border-color css
<style>
span { border-color: #96A284; }
span { border-color: rgb(150,162,132); }
td.TdClassName
{
border-color: #96A284;
}
.TagClassName
{
border-color: #96A284;
}
</style>