Shades of Delta #9BA096
Tints of Delta #9BA096
RGB
CMYK
RGB Variations
Color information
#9BA096 (or 0x9BA096) is known color: Delta. HEX triplet: 9B, A0 and 96. RGB value is (155,160,150). Sum of RGB (Red+Green+Blue) = 155+160+150=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA096 is #645F69. Grayscale: #9D9D9D. Windows color (decimal): -6578026 or 9871515. OLE color: 9871515.
HSL color Cylindrical-coordinate representation of color #9BA096: hue angle of 90º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9BA096 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 150 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.37 |
| HSL | 90º | 0.05% | 0.61% | - |
| HSV(B) | 90º | 0.06% | 0.63% | - |
| XYZ | 31.59 | 34.31 | 33.81 | - |
| YUV | 157.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 150 | 0.03 | 0 | 0.06 | 0.37 | 90 | 0.05 | 0.61 |
| Hex | 9B | A0 | 96 | 3 | 0 | 6 | 25 | 5A | 5 | 3D |
| Octal | 233 | 240 | 226 | 3 | 0 | 6 | 45 | 132 | 5 | 75 |
| Binary | 10011011 | 10100000 | 10010110 | 11 | 0 | 110 | 100101 | 1011010 | 101 | 111101 |
Color Harmonies of #9BA096
Complementary color
Monochromatic Colors of #9BA096
Black with #9BA096
Text Example
Text Example
White with #9BA096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA096; }
p { color: rgb(155,160,150); }
H1.HeaderClassName
{
color: #9BA096;
}
.AnyTagClassName
{
color: #9BA096;
}
</style>
background-color css
<style>
a { background-color: #9BA096; }
a { background-color: rgb(155,160,150); }
div.DivClassName
{
background-color: #9BA096;
}
.BgClassName
{
background-color: #9BA096;
}
</style>
border-color css
<style>
span { border-color: #9BA096; }
span { border-color: rgb(155,160,150); }
td.TdClassName
{
border-color: #9BA096;
}
.TagClassName
{
border-color: #9BA096;
}
</style>