Shades of Delta #9DA192
Tints of Delta #9DA192
RGB
CMYK
RGB Variations
Color information
#9DA192 (or 0x9DA192) is known color: Delta. HEX triplet: 9D, A1 and 92. RGB value is (157,161,146). Sum of RGB (Red+Green+Blue) = 157+161+146=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA192 is #625E6D. Grayscale: #9E9E9E. Windows color (decimal): -6446702 or 9609629. OLE color: 9609629.
HSL color Cylindrical-coordinate representation of color #9DA192: hue angle of 76º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9DA192 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 146 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.37 |
| HSL | 76º | 0.07% | 0.6% | - |
| HSV(B) | 76º | 0.09% | 0.63% | - |
| XYZ | 31.84 | 34.73 | 32.22 | - |
| YUV | 158.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 146 | 0.02 | 0 | 0.09 | 0.37 | 76 | 0.07 | 0.6 |
| Hex | 9D | A1 | 92 | 2 | 0 | 9 | 25 | 4C | 7 | 3C |
| Octal | 235 | 241 | 222 | 2 | 0 | 11 | 45 | 114 | 7 | 74 |
| Binary | 10011101 | 10100001 | 10010010 | 10 | 0 | 1001 | 100101 | 1001100 | 111 | 111100 |
Color Harmonies of #9DA192
Complementary color
Monochromatic Colors of #9DA192
Black with #9DA192
Text Example
Text Example
White with #9DA192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA192; }
p { color: rgb(157,161,146); }
H1.HeaderClassName
{
color: #9DA192;
}
.AnyTagClassName
{
color: #9DA192;
}
</style>
background-color css
<style>
a { background-color: #9DA192; }
a { background-color: rgb(157,161,146); }
div.DivClassName
{
background-color: #9DA192;
}
.BgClassName
{
background-color: #9DA192;
}
</style>
border-color css
<style>
span { border-color: #9DA192; }
span { border-color: rgb(157,161,146); }
td.TdClassName
{
border-color: #9DA192;
}
.TagClassName
{
border-color: #9DA192;
}
</style>