Shades of Delta #9DA58B
Tints of Delta #9DA58B
RGB
CMYK
RGB Variations
Color information
#9DA58B (or 0x9DA58B) is known color: Delta. HEX triplet: 9D, A5 and 8B. RGB value is (157,165,139). Sum of RGB (Red+Green+Blue) = 157+165+139=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA58B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA58B is #625A74. Grayscale: #9F9F9F. Windows color (decimal): -6445685 or 9151901. OLE color: 9151901.
HSL color Cylindrical-coordinate representation of color #9DA58B: hue angle of 78.46º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DA58B is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 165 | 139 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.35 |
| HSL | 78.46º | 0.13% | 0.6% | - |
| HSV(B) | 78.46º | 0.16% | 0.65% | - |
| XYZ | 32.02 | 35.94 | 29.68 | - |
| YUV | 159.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 165 | 139 | 0.05 | 0 | 0.16 | 0.35 | 78.46 | 0.13 | 0.6 |
| Hex | 9D | A5 | 8B | 5 | 0 | 10 | 23 | 4E | D | 3C |
| Octal | 235 | 245 | 213 | 5 | 0 | 20 | 43 | 116 | 15 | 74 |
| Binary | 10011101 | 10100101 | 10001011 | 101 | 0 | 10000 | 100011 | 1001110 | 1101 | 111100 |
Color Harmonies of #9DA58B
Complementary color
Monochromatic Colors of #9DA58B
Black with #9DA58B
Text Example
Text Example
White with #9DA58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA58B; }
p { color: rgb(157,165,139); }
H1.HeaderClassName
{
color: #9DA58B;
}
.AnyTagClassName
{
color: #9DA58B;
}
</style>
background-color css
<style>
a { background-color: #9DA58B; }
a { background-color: rgb(157,165,139); }
div.DivClassName
{
background-color: #9DA58B;
}
.BgClassName
{
background-color: #9DA58B;
}
</style>
border-color css
<style>
span { border-color: #9DA58B; }
span { border-color: rgb(157,165,139); }
td.TdClassName
{
border-color: #9DA58B;
}
.TagClassName
{
border-color: #9DA58B;
}
</style>