Shades of Delta #9BA786
Tints of Delta #9BA786
RGB
CMYK
RGB Variations
Color information
#9BA786 (or 0x9BA786) is known color: Delta. HEX triplet: 9B, A7 and 86. RGB value is (155,167,134). Sum of RGB (Red+Green+Blue) = 155+167+134=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA786 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA786 is #645879. Grayscale: #9F9F9F. Windows color (decimal): -6576250 or 8824731. OLE color: 8824731.
HSL color Cylindrical-coordinate representation of color #9BA786: hue angle of 81.82º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BA786 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 167 | 134 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.35 |
| HSL | 81.82º | 0.16% | 0.59% | - |
| HSV(B) | 81.82º | 0.2% | 0.65% | - |
| XYZ | 31.64 | 36.33 | 27.9 | - |
| YUV | 159.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 134 | 0.07 | 0 | 0.20 | 0.35 | 81.82 | 0.16 | 0.59 |
| Hex | 9B | A7 | 86 | 7 | 0 | 14 | 23 | 52 | 10 | 3B |
| Octal | 233 | 247 | 206 | 7 | 0 | 24 | 43 | 122 | 20 | 73 |
| Binary | 10011011 | 10100111 | 10000110 | 111 | 0 | 10100 | 100011 | 1010010 | 10000 | 111011 |
Color Harmonies of #9BA786
Complementary color
Monochromatic Colors of #9BA786
Black with #9BA786
Text Example
Text Example
White with #9BA786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA786; }
p { color: rgb(155,167,134); }
H1.HeaderClassName
{
color: #9BA786;
}
.AnyTagClassName
{
color: #9BA786;
}
</style>
background-color css
<style>
a { background-color: #9BA786; }
a { background-color: rgb(155,167,134); }
div.DivClassName
{
background-color: #9BA786;
}
.BgClassName
{
background-color: #9BA786;
}
</style>
border-color css
<style>
span { border-color: #9BA786; }
span { border-color: rgb(155,167,134); }
td.TdClassName
{
border-color: #9BA786;
}
.TagClassName
{
border-color: #9BA786;
}
</style>