Shades of Delta #9AA392
Tints of Delta #9AA392
RGB
CMYK
RGB Variations
Color information
#9AA392 (or 0x9AA392) is known color: Delta. HEX triplet: 9A, A3 and 92. RGB value is (154,163,146). Sum of RGB (Red+Green+Blue) = 154+163+146=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 163 - color contains mainly: green. Hex color #9AA392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA392 is #655C6D. Grayscale: #9E9E9E. Windows color (decimal): -6642798 or 9610138. OLE color: 9610138.
HSL color Cylindrical-coordinate representation of color #9AA392: hue angle of 91.76º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9AA392 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 163 | 146 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.36 |
| HSL | 91.76º | 0.08% | 0.61% | - |
| HSV(B) | 91.76º | 0.1% | 0.64% | - |
| XYZ | 31.61 | 35.14 | 32.31 | - |
| YUV | 158.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 163 | 146 | 0.06 | 0 | 0.10 | 0.36 | 91.76 | 0.08 | 0.61 |
| Hex | 9A | A3 | 92 | 6 | 0 | A | 24 | 5C | 8 | 3D |
| Octal | 232 | 243 | 222 | 6 | 0 | 12 | 44 | 134 | 10 | 75 |
| Binary | 10011010 | 10100011 | 10010010 | 110 | 0 | 1010 | 100100 | 1011100 | 1000 | 111101 |
Color Harmonies of #9AA392
Complementary color
Monochromatic Colors of #9AA392
Black with #9AA392
Text Example
Text Example
White with #9AA392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA392; }
p { color: rgb(154,163,146); }
H1.HeaderClassName
{
color: #9AA392;
}
.AnyTagClassName
{
color: #9AA392;
}
</style>
background-color css
<style>
a { background-color: #9AA392; }
a { background-color: rgb(154,163,146); }
div.DivClassName
{
background-color: #9AA392;
}
.BgClassName
{
background-color: #9AA392;
}
</style>
border-color css
<style>
span { border-color: #9AA392; }
span { border-color: rgb(154,163,146); }
td.TdClassName
{
border-color: #9AA392;
}
.TagClassName
{
border-color: #9AA392;
}
</style>