Shades of Delta #9BA590
Tints of Delta #9BA590
RGB
CMYK
RGB Variations
Color information
#9BA590 (or 0x9BA590) is known color: Delta. HEX triplet: 9B, A5 and 90. RGB value is (155,165,144). Sum of RGB (Red+Green+Blue) = 155+165+144=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA590 is #645A6F. Grayscale: #9F9F9F. Windows color (decimal): -6576752 or 9479579. OLE color: 9479579.
HSL color Cylindrical-coordinate representation of color #9BA590: hue angle of 88.57º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9BA590 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 165 | 144 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.35 |
| HSL | 88.57º | 0.1% | 0.61% | - |
| HSV(B) | 88.57º | 0.13% | 0.65% | - |
| XYZ | 32.01 | 35.89 | 31.63 | - |
| YUV | 159.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 144 | 0.06 | 0 | 0.13 | 0.35 | 88.57 | 0.1 | 0.61 |
| Hex | 9B | A5 | 90 | 6 | 0 | D | 23 | 59 | A | 3D |
| Octal | 233 | 245 | 220 | 6 | 0 | 15 | 43 | 131 | 12 | 75 |
| Binary | 10011011 | 10100101 | 10010000 | 110 | 0 | 1101 | 100011 | 1011001 | 1010 | 111101 |
Color Harmonies of #9BA590
Complementary color
Monochromatic Colors of #9BA590
Black with #9BA590
Text Example
Text Example
White with #9BA590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA590; }
p { color: rgb(155,165,144); }
H1.HeaderClassName
{
color: #9BA590;
}
.AnyTagClassName
{
color: #9BA590;
}
</style>
background-color css
<style>
a { background-color: #9BA590; }
a { background-color: rgb(155,165,144); }
div.DivClassName
{
background-color: #9BA590;
}
.BgClassName
{
background-color: #9BA590;
}
</style>
border-color css
<style>
span { border-color: #9BA590; }
span { border-color: rgb(155,165,144); }
td.TdClassName
{
border-color: #9BA590;
}
.TagClassName
{
border-color: #9BA590;
}
</style>