Shades of Delta #96A683
Tints of Delta #96A683
RGB
CMYK
RGB Variations
Color information
#96A683 (or 0x96A683) is known color: Delta. HEX triplet: 96, A6 and 83. RGB value is (150,166,131). Sum of RGB (Red+Green+Blue) = 150+166+131=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 166 - color contains mainly: green. Hex color #96A683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A683 is #69597C. Grayscale: #9D9D9D. Windows color (decimal): -6904189 or 8627862. OLE color: 8627862.
HSL color Cylindrical-coordinate representation of color #96A683: hue angle of 87.43º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96A683 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 166 | 131 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.35 |
| HSL | 87.43º | 0.16% | 0.58% | - |
| HSV(B) | 87.43º | 0.21% | 0.65% | - |
| XYZ | 30.31 | 35.4 | 26.71 | - |
| YUV | 157.23 | 113.2 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 166 | 131 | 0.10 | 0 | 0.21 | 0.35 | 87.43 | 0.16 | 0.58 |
| Hex | 96 | A6 | 83 | A | 0 | 15 | 23 | 57 | 10 | 3A |
| Octal | 226 | 246 | 203 | 12 | 0 | 25 | 43 | 127 | 20 | 72 |
| Binary | 10010110 | 10100110 | 10000011 | 1010 | 0 | 10101 | 100011 | 1010111 | 10000 | 111010 |
Color Harmonies of #96A683
Complementary color
Monochromatic Colors of #96A683
Black with #96A683
Text Example
Text Example
White with #96A683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A683; }
p { color: rgb(150,166,131); }
H1.HeaderClassName
{
color: #96A683;
}
.AnyTagClassName
{
color: #96A683;
}
</style>
background-color css
<style>
a { background-color: #96A683; }
a { background-color: rgb(150,166,131); }
div.DivClassName
{
background-color: #96A683;
}
.BgClassName
{
background-color: #96A683;
}
</style>
border-color css
<style>
span { border-color: #96A683; }
span { border-color: rgb(150,166,131); }
td.TdClassName
{
border-color: #96A683;
}
.TagClassName
{
border-color: #96A683;
}
</style>