Shades of Delta #9BA886
Tints of Delta #9BA886
RGB
CMYK
RGB Variations
Color information
#9BA886 (or 0x9BA886) is known color: Delta. HEX triplet: 9B, A8 and 86. RGB value is (155,168,134). Sum of RGB (Red+Green+Blue) = 155+168+134=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA886 is #645779. Grayscale: #A0A0A0. Windows color (decimal): -6575994 or 8824987. OLE color: 8824987.
HSL color Cylindrical-coordinate representation of color #9BA886: hue angle of 82.94º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BA886 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 168 | 134 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.34 |
| HSL | 82.94º | 0.16% | 0.59% | - |
| HSV(B) | 82.94º | 0.2% | 0.66% | - |
| XYZ | 31.82 | 36.7 | 27.96 | - |
| YUV | 160.24 | 113.19 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 168 | 134 | 0.08 | 0 | 0.20 | 0.34 | 82.94 | 0.16 | 0.59 |
| Hex | 9B | A8 | 86 | 8 | 0 | 14 | 22 | 53 | 10 | 3B |
| Octal | 233 | 250 | 206 | 10 | 0 | 24 | 42 | 123 | 20 | 73 |
| Binary | 10011011 | 10101000 | 10000110 | 1000 | 0 | 10100 | 100010 | 1010011 | 10000 | 111011 |
Color Harmonies of #9BA886
Complementary color
Monochromatic Colors of #9BA886
Black with #9BA886
Text Example
Text Example
White with #9BA886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA886; }
p { color: rgb(155,168,134); }
H1.HeaderClassName
{
color: #9BA886;
}
.AnyTagClassName
{
color: #9BA886;
}
</style>
background-color css
<style>
a { background-color: #9BA886; }
a { background-color: rgb(155,168,134); }
div.DivClassName
{
background-color: #9BA886;
}
.BgClassName
{
background-color: #9BA886;
}
</style>
border-color css
<style>
span { border-color: #9BA886; }
span { border-color: rgb(155,168,134); }
td.TdClassName
{
border-color: #9BA886;
}
.TagClassName
{
border-color: #9BA886;
}
</style>