Shades of Delta #9BA589
Tints of Delta #9BA589
RGB
CMYK
RGB Variations
Color information
#9BA589 (or 0x9BA589) is known color: Delta. HEX triplet: 9B, A5 and 89. RGB value is (155,165,137). Sum of RGB (Red+Green+Blue) = 155+165+137=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA589 is #645A76. Grayscale: #9E9E9E. Windows color (decimal): -6576759 or 9020827. OLE color: 9020827.
HSL color Cylindrical-coordinate representation of color #9BA589: hue angle of 81.43º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BA589 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 165 | 137 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.35 |
| HSL | 81.43º | 0.13% | 0.59% | - |
| HSV(B) | 81.43º | 0.17% | 0.65% | - |
| XYZ | 31.49 | 35.68 | 28.9 | - |
| YUV | 158.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 137 | 0.06 | 0 | 0.17 | 0.35 | 81.43 | 0.13 | 0.59 |
| Hex | 9B | A5 | 89 | 6 | 0 | 11 | 23 | 51 | D | 3B |
| Octal | 233 | 245 | 211 | 6 | 0 | 21 | 43 | 121 | 15 | 73 |
| Binary | 10011011 | 10100101 | 10001001 | 110 | 0 | 10001 | 100011 | 1010001 | 1101 | 111011 |
Color Harmonies of #9BA589
Complementary color
Monochromatic Colors of #9BA589
Black with #9BA589
Text Example
Text Example
White with #9BA589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA589; }
p { color: rgb(155,165,137); }
H1.HeaderClassName
{
color: #9BA589;
}
.AnyTagClassName
{
color: #9BA589;
}
</style>
background-color css
<style>
a { background-color: #9BA589; }
a { background-color: rgb(155,165,137); }
div.DivClassName
{
background-color: #9BA589;
}
.BgClassName
{
background-color: #9BA589;
}
</style>
border-color css
<style>
span { border-color: #9BA589; }
span { border-color: rgb(155,165,137); }
td.TdClassName
{
border-color: #9BA589;
}
.TagClassName
{
border-color: #9BA589;
}
</style>