Shades of Delta #9BA393
Tints of Delta #9BA393
RGB
CMYK
RGB Variations
Color information
#9BA393 (or 0x9BA393) is known color: Delta. HEX triplet: 9B, A3 and 93. RGB value is (155,163,147). Sum of RGB (Red+Green+Blue) = 155+163+147=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA393 is #645C6C. Grayscale: #9E9E9E. Windows color (decimal): -6577261 or 9675675. OLE color: 9675675.
HSL color Cylindrical-coordinate representation of color #9BA393: hue angle of 90º 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 #9BA393 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 163 | 147 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.36 |
| HSL | 90º | 0.08% | 0.61% | - |
| HSV(B) | 90º | 0.1% | 0.64% | - |
| XYZ | 31.88 | 35.27 | 32.73 | - |
| YUV | 158.78 | 121.35 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 147 | 0.05 | 0 | 0.10 | 0.36 | 90 | 0.08 | 0.61 |
| Hex | 9B | A3 | 93 | 5 | 0 | A | 24 | 5A | 8 | 3D |
| Octal | 233 | 243 | 223 | 5 | 0 | 12 | 44 | 132 | 10 | 75 |
| Binary | 10011011 | 10100011 | 10010011 | 101 | 0 | 1010 | 100100 | 1011010 | 1000 | 111101 |
Color Harmonies of #9BA393
Complementary color
Monochromatic Colors of #9BA393
Black with #9BA393
Text Example
Text Example
White with #9BA393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA393; }
p { color: rgb(155,163,147); }
H1.HeaderClassName
{
color: #9BA393;
}
.AnyTagClassName
{
color: #9BA393;
}
</style>
background-color css
<style>
a { background-color: #9BA393; }
a { background-color: rgb(155,163,147); }
div.DivClassName
{
background-color: #9BA393;
}
.BgClassName
{
background-color: #9BA393;
}
</style>
border-color css
<style>
span { border-color: #9BA393; }
span { border-color: rgb(155,163,147); }
td.TdClassName
{
border-color: #9BA393;
}
.TagClassName
{
border-color: #9BA393;
}
</style>