Shades of Delta #9BA687
Tints of Delta #9BA687
RGB
CMYK
RGB Variations
Color information
#9BA687 (or 0x9BA687) is known color: Delta. HEX triplet: 9B, A6 and 87. RGB value is (155,166,135). Sum of RGB (Red+Green+Blue) = 155+166+135=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA687 is #645978. Grayscale: #9F9F9F. Windows color (decimal): -6576505 or 8890011. OLE color: 8890011.
HSL color Cylindrical-coordinate representation of color #9BA687: hue angle of 81.29º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BA687 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 166 | 135 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.35 |
| HSL | 81.29º | 0.15% | 0.59% | - |
| HSV(B) | 81.29º | 0.19% | 0.65% | - |
| XYZ | 31.53 | 35.99 | 28.21 | - |
| YUV | 159.18 | 114.36 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 166 | 135 | 0.07 | 0 | 0.19 | 0.35 | 81.29 | 0.15 | 0.59 |
| Hex | 9B | A6 | 87 | 7 | 0 | 13 | 23 | 51 | F | 3B |
| Octal | 233 | 246 | 207 | 7 | 0 | 23 | 43 | 121 | 17 | 73 |
| Binary | 10011011 | 10100110 | 10000111 | 111 | 0 | 10011 | 100011 | 1010001 | 1111 | 111011 |
Color Harmonies of #9BA687
Complementary color
Monochromatic Colors of #9BA687
Black with #9BA687
Text Example
Text Example
White with #9BA687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA687; }
p { color: rgb(155,166,135); }
H1.HeaderClassName
{
color: #9BA687;
}
.AnyTagClassName
{
color: #9BA687;
}
</style>
background-color css
<style>
a { background-color: #9BA687; }
a { background-color: rgb(155,166,135); }
div.DivClassName
{
background-color: #9BA687;
}
.BgClassName
{
background-color: #9BA687;
}
</style>
border-color css
<style>
span { border-color: #9BA687; }
span { border-color: rgb(155,166,135); }
td.TdClassName
{
border-color: #9BA687;
}
.TagClassName
{
border-color: #9BA687;
}
</style>