Shades of Delta #9BA392
Tints of Delta #9BA392
RGB
CMYK
RGB Variations
Color information
#9BA392 (or 0x9BA392) is known color: Delta. HEX triplet: 9B, A3 and 92. RGB value is (155,163,146). Sum of RGB (Red+Green+Blue) = 155+163+146=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA392 is #645C6D. Grayscale: #9E9E9E. Windows color (decimal): -6577262 or 9610139. OLE color: 9610139.
HSL color Cylindrical-coordinate representation of color #9BA392: hue angle of 88.24º 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 #9BA392 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 163 | 146 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.36 |
| HSL | 88.24º | 0.08% | 0.61% | - |
| HSV(B) | 88.24º | 0.1% | 0.64% | - |
| XYZ | 31.8 | 35.24 | 32.32 | - |
| YUV | 158.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 146 | 0.05 | 0 | 0.10 | 0.36 | 88.24 | 0.08 | 0.61 |
| Hex | 9B | A3 | 92 | 5 | 0 | A | 24 | 58 | 8 | 3D |
| Octal | 233 | 243 | 222 | 5 | 0 | 12 | 44 | 130 | 10 | 75 |
| Binary | 10011011 | 10100011 | 10010010 | 101 | 0 | 1010 | 100100 | 1011000 | 1000 | 111101 |
Color Harmonies of #9BA392
Complementary color
Monochromatic Colors of #9BA392
Black with #9BA392
Text Example
Text Example
White with #9BA392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA392; }
p { color: rgb(155,163,146); }
H1.HeaderClassName
{
color: #9BA392;
}
.AnyTagClassName
{
color: #9BA392;
}
</style>
background-color css
<style>
a { background-color: #9BA392; }
a { background-color: rgb(155,163,146); }
div.DivClassName
{
background-color: #9BA392;
}
.BgClassName
{
background-color: #9BA392;
}
</style>
border-color css
<style>
span { border-color: #9BA392; }
span { border-color: rgb(155,163,146); }
td.TdClassName
{
border-color: #9BA392;
}
.TagClassName
{
border-color: #9BA392;
}
</style>