Shades of Delta #9BA395
Tints of Delta #9BA395
RGB
CMYK
RGB Variations
Color information
#9BA395 (or 0x9BA395) is known color: Delta. HEX triplet: 9B, A3 and 95. RGB value is (155,163,149). Sum of RGB (Red+Green+Blue) = 155+163+149=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA395 is #645C6A. Grayscale: #9F9F9F. Windows color (decimal): -6577259 or 9806747. OLE color: 9806747.
HSL color Cylindrical-coordinate representation of color #9BA395: hue angle of 94.29º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9BA395 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 163 | 149 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.36 |
| HSL | 94.29º | 0.07% | 0.61% | - |
| HSV(B) | 94.29º | 0.09% | 0.64% | - |
| XYZ | 32.04 | 35.33 | 33.57 | - |
| YUV | 159.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 149 | 0.05 | 0 | 0.09 | 0.36 | 94.29 | 0.07 | 0.61 |
| Hex | 9B | A3 | 95 | 5 | 0 | 9 | 24 | 5E | 7 | 3D |
| Octal | 233 | 243 | 225 | 5 | 0 | 11 | 44 | 136 | 7 | 75 |
| Binary | 10011011 | 10100011 | 10010101 | 101 | 0 | 1001 | 100100 | 1011110 | 111 | 111101 |
Color Harmonies of #9BA395
Complementary color
Monochromatic Colors of #9BA395
Black with #9BA395
Text Example
Text Example
White with #9BA395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA395; }
p { color: rgb(155,163,149); }
H1.HeaderClassName
{
color: #9BA395;
}
.AnyTagClassName
{
color: #9BA395;
}
</style>
background-color css
<style>
a { background-color: #9BA395; }
a { background-color: rgb(155,163,149); }
div.DivClassName
{
background-color: #9BA395;
}
.BgClassName
{
background-color: #9BA395;
}
</style>
border-color css
<style>
span { border-color: #9BA395; }
span { border-color: rgb(155,163,149); }
td.TdClassName
{
border-color: #9BA395;
}
.TagClassName
{
border-color: #9BA395;
}
</style>