Shades of Delta #9DA497
Tints of Delta #9DA497
RGB
CMYK
RGB Variations
Color information
#9DA497 (or 0x9DA497) is known color: Delta. HEX triplet: 9D, A4 and 97. RGB value is (157,164,151). Sum of RGB (Red+Green+Blue) = 157+164+151=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 151 (59.38% from 255 or 31.99% from 472); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA497 is #625B68. Grayscale: #A0A0A0. Windows color (decimal): -6445929 or 9938077. OLE color: 9938077.
HSL color Cylindrical-coordinate representation of color #9DA497: hue angle of 92.31º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9DA497 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
RGB | 157 | 164 | 151 | - |
CMYK | 0.04 | 0 | 0.08 | 0.36 |
HSL | 92.31º | 0.07% | 0.62% | - |
HSV(B) | 92.31º | 0.08% | 0.64% | - |
XYZ | 32.77 | 35.95 | 34.49 | - |
YUV | 160.43 | 122.68 | 125.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 164 | 151 | 0.04 | 0 | 0.08 | 0.36 | 92.31 | 0.07 | 0.62 |
Hex | 9D | A4 | 97 | 4 | 0 | 8 | 24 | 5C | 7 | 3E |
Octal | 235 | 244 | 227 | 4 | 0 | 10 | 44 | 134 | 7 | 76 |
Binary | 10011101 | 10100100 | 10010111 | 100 | 0 | 1000 | 100100 | 1011100 | 111 | 111110 |
Color Harmonies of #9DA497
Complementary color
Monochromatic Colors of #9DA497
Black with #9DA497
Text Example
Text Example
White with #9DA497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA497; }
p { color: rgb(157,164,151); }
H1.HeaderClassName
{
color: #9DA497;
}
.AnyTagClassName
{
color: #9DA497;
}
</style>
background-color css
<style>
a { background-color: #9DA497; }
a { background-color: rgb(157,164,151); }
div.DivClassName
{
background-color: #9DA497;
}
.BgClassName
{
background-color: #9DA497;
}
</style>
border-color css
<style>
span { border-color: #9DA497; }
span { border-color: rgb(157,164,151); }
td.TdClassName
{
border-color: #9DA497;
}
.TagClassName
{
border-color: #9DA497;
}
</style>