Shades of Delta #9BA195
Tints of Delta #9BA195
RGB
CMYK
RGB Variations
Color information
#9BA195 (or 0x9BA195) is known color: Delta. HEX triplet: 9B, A1 and 95. RGB value is (155,161,149). Sum of RGB (Red+Green+Blue) = 155+161+149=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA195 is #645E6A. Grayscale: #9D9D9D. Windows color (decimal): -6577771 or 9806235. OLE color: 9806235.
HSL color Cylindrical-coordinate representation of color #9BA195: hue angle of 90º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9BA195 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 149 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.37 |
| HSL | 90º | 0.06% | 0.61% | - |
| HSV(B) | 90º | 0.07% | 0.63% | - |
| XYZ | 31.69 | 34.63 | 33.45 | - |
| YUV | 157.84 | 123.01 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 149 | 0.04 | 0 | 0.07 | 0.37 | 90 | 0.06 | 0.61 |
| Hex | 9B | A1 | 95 | 4 | 0 | 7 | 25 | 5A | 6 | 3D |
| Octal | 233 | 241 | 225 | 4 | 0 | 7 | 45 | 132 | 6 | 75 |
| Binary | 10011011 | 10100001 | 10010101 | 100 | 0 | 111 | 100101 | 1011010 | 110 | 111101 |
Color Harmonies of #9BA195
Complementary color
Monochromatic Colors of #9BA195
Black with #9BA195
Text Example
Text Example
White with #9BA195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA195; }
p { color: rgb(155,161,149); }
H1.HeaderClassName
{
color: #9BA195;
}
.AnyTagClassName
{
color: #9BA195;
}
</style>
background-color css
<style>
a { background-color: #9BA195; }
a { background-color: rgb(155,161,149); }
div.DivClassName
{
background-color: #9BA195;
}
.BgClassName
{
background-color: #9BA195;
}
</style>
border-color css
<style>
span { border-color: #9BA195; }
span { border-color: rgb(155,161,149); }
td.TdClassName
{
border-color: #9BA195;
}
.TagClassName
{
border-color: #9BA195;
}
</style>