Shades of Delta #9DA197
Tints of Delta #9DA197
RGB
CMYK
RGB Variations
Color information
#9DA197 (or 0x9DA197) is known color: Delta. HEX triplet: 9D, A1 and 97. RGB value is (157,161,151). Sum of RGB (Red+Green+Blue) = 157+161+151=469 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.48% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA197 is #625E68. Grayscale: #9E9E9E. Windows color (decimal): -6446697 or 9937309. OLE color: 9937309.
HSL color Cylindrical-coordinate representation of color #9DA197: hue angle of 84º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9DA197 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 151 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.37 |
| HSL | 84º | 0.05% | 0.61% | - |
| HSV(B) | 84º | 0.06% | 0.63% | - |
| XYZ | 32.24 | 34.89 | 34.31 | - |
| YUV | 158.66 | 123.67 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 151 | 0.02 | 0 | 0.06 | 0.37 | 84 | 0.05 | 0.61 |
| Hex | 9D | A1 | 97 | 2 | 0 | 6 | 25 | 54 | 5 | 3D |
| Octal | 235 | 241 | 227 | 2 | 0 | 6 | 45 | 124 | 5 | 75 |
| Binary | 10011101 | 10100001 | 10010111 | 10 | 0 | 110 | 100101 | 1010100 | 101 | 111101 |
Color Harmonies of #9DA197
Complementary color
Monochromatic Colors of #9DA197
Black with #9DA197
Text Example
Text Example
White with #9DA197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA197; }
p { color: rgb(157,161,151); }
H1.HeaderClassName
{
color: #9DA197;
}
.AnyTagClassName
{
color: #9DA197;
}
</style>
background-color css
<style>
a { background-color: #9DA197; }
a { background-color: rgb(157,161,151); }
div.DivClassName
{
background-color: #9DA197;
}
.BgClassName
{
background-color: #9DA197;
}
</style>
border-color css
<style>
span { border-color: #9DA197; }
span { border-color: rgb(157,161,151); }
td.TdClassName
{
border-color: #9DA197;
}
.TagClassName
{
border-color: #9DA197;
}
</style>