Shades of Delta #9AA193
Tints of Delta #9AA193
RGB
CMYK
RGB Variations
Color information
#9AA193 (or 0x9AA193) is known color: Delta. HEX triplet: 9A, A1 and 93. RGB value is (154,161,147). Sum of RGB (Red+Green+Blue) = 154+161+147=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 161 - color contains mainly: green. Hex color #9AA193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA193 is #655E6C. Grayscale: #9D9D9D. Windows color (decimal): -6643309 or 9675162. OLE color: 9675162.
HSL color Cylindrical-coordinate representation of color #9AA193: hue angle of 90º 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 #9AA193 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 161 | 147 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.37 |
| HSL | 90º | 0.07% | 0.6% | - |
| HSV(B) | 90º | 0.09% | 0.63% | - |
| XYZ | 31.34 | 34.47 | 32.6 | - |
| YUV | 157.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 161 | 147 | 0.04 | 0 | 0.09 | 0.37 | 90 | 0.07 | 0.6 |
| Hex | 9A | A1 | 93 | 4 | 0 | 9 | 25 | 5A | 7 | 3C |
| Octal | 232 | 241 | 223 | 4 | 0 | 11 | 45 | 132 | 7 | 74 |
| Binary | 10011010 | 10100001 | 10010011 | 100 | 0 | 1001 | 100101 | 1011010 | 111 | 111100 |
Color Harmonies of #9AA193
Complementary color
Monochromatic Colors of #9AA193
Black with #9AA193
Text Example
Text Example
White with #9AA193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA193; }
p { color: rgb(154,161,147); }
H1.HeaderClassName
{
color: #9AA193;
}
.AnyTagClassName
{
color: #9AA193;
}
</style>
background-color css
<style>
a { background-color: #9AA193; }
a { background-color: rgb(154,161,147); }
div.DivClassName
{
background-color: #9AA193;
}
.BgClassName
{
background-color: #9AA193;
}
</style>
border-color css
<style>
span { border-color: #9AA193; }
span { border-color: rgb(154,161,147); }
td.TdClassName
{
border-color: #9AA193;
}
.TagClassName
{
border-color: #9AA193;
}
</style>