Shades of Delta #9DA191
Tints of Delta #9DA191
RGB
CMYK
RGB Variations
Color information
#9DA191 (or 0x9DA191) is known color: Delta. HEX triplet: 9D, A1 and 91. RGB value is (157,161,145). Sum of RGB (Red+Green+Blue) = 157+161+145=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA191 is #625E6E. Grayscale: #9E9E9E. Windows color (decimal): -6446703 or 9544093. OLE color: 9544093.
HSL color Cylindrical-coordinate representation of color #9DA191: hue angle of 75º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9DA191 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 145 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.37 |
| HSL | 75º | 0.08% | 0.6% | - |
| HSV(B) | 75º | 0.1% | 0.63% | - |
| XYZ | 31.76 | 34.7 | 31.81 | - |
| YUV | 157.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 145 | 0.02 | 0 | 0.10 | 0.37 | 75 | 0.08 | 0.6 |
| Hex | 9D | A1 | 91 | 2 | 0 | A | 25 | 4B | 8 | 3C |
| Octal | 235 | 241 | 221 | 2 | 0 | 12 | 45 | 113 | 10 | 74 |
| Binary | 10011101 | 10100001 | 10010001 | 10 | 0 | 1010 | 100101 | 1001011 | 1000 | 111100 |
Color Harmonies of #9DA191
Complementary color
Monochromatic Colors of #9DA191
Black with #9DA191
Text Example
Text Example
White with #9DA191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA191; }
p { color: rgb(157,161,145); }
H1.HeaderClassName
{
color: #9DA191;
}
.AnyTagClassName
{
color: #9DA191;
}
</style>
background-color css
<style>
a { background-color: #9DA191; }
a { background-color: rgb(157,161,145); }
div.DivClassName
{
background-color: #9DA191;
}
.BgClassName
{
background-color: #9DA191;
}
</style>
border-color css
<style>
span { border-color: #9DA191; }
span { border-color: rgb(157,161,145); }
td.TdClassName
{
border-color: #9DA191;
}
.TagClassName
{
border-color: #9DA191;
}
</style>