Shades of Delta #9BA591
Tints of Delta #9BA591
RGB
CMYK
RGB Variations
Color information
#9BA591 (or 0x9BA591) is known color: Delta. HEX triplet: 9B, A5 and 91. RGB value is (155,165,145). Sum of RGB (Red+Green+Blue) = 155+165+145=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA591 is #645A6E. Grayscale: #9F9F9F. Windows color (decimal): -6576751 or 9545115. OLE color: 9545115.
HSL color Cylindrical-coordinate representation of color #9BA591: hue angle of 90º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9BA591 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 165 | 145 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.35 |
| HSL | 90º | 0.1% | 0.61% | - |
| HSV(B) | 90º | 0.12% | 0.65% | - |
| XYZ | 32.08 | 35.92 | 32.03 | - |
| YUV | 159.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 145 | 0.06 | 0 | 0.12 | 0.35 | 90 | 0.1 | 0.61 |
| Hex | 9B | A5 | 91 | 6 | 0 | C | 23 | 5A | A | 3D |
| Octal | 233 | 245 | 221 | 6 | 0 | 14 | 43 | 132 | 12 | 75 |
| Binary | 10011011 | 10100101 | 10010001 | 110 | 0 | 1100 | 100011 | 1011010 | 1010 | 111101 |
Color Harmonies of #9BA591
Complementary color
Monochromatic Colors of #9BA591
Black with #9BA591
Text Example
Text Example
White with #9BA591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA591; }
p { color: rgb(155,165,145); }
H1.HeaderClassName
{
color: #9BA591;
}
.AnyTagClassName
{
color: #9BA591;
}
</style>
background-color css
<style>
a { background-color: #9BA591; }
a { background-color: rgb(155,165,145); }
div.DivClassName
{
background-color: #9BA591;
}
.BgClassName
{
background-color: #9BA591;
}
</style>
border-color css
<style>
span { border-color: #9BA591; }
span { border-color: rgb(155,165,145); }
td.TdClassName
{
border-color: #9BA591;
}
.TagClassName
{
border-color: #9BA591;
}
</style>