Shades of Delta #9BA593
Tints of Delta #9BA593
RGB
CMYK
RGB Variations
Color information
#9BA593 (or 0x9BA593) is known color: Delta. HEX triplet: 9B, A5 and 93. RGB value is (155,165,147). Sum of RGB (Red+Green+Blue) = 155+165+147=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA593 is #645A6C. Grayscale: #A0A0A0. Windows color (decimal): -6576749 or 9676187. OLE color: 9676187.
HSL color Cylindrical-coordinate representation of color #9BA593: hue angle of 93.33º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9BA593 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 165 | 147 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.35 |
| HSL | 93.33º | 0.09% | 0.61% | - |
| HSV(B) | 93.33º | 0.11% | 0.65% | - |
| XYZ | 32.24 | 35.99 | 32.85 | - |
| YUV | 159.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 147 | 0.06 | 0 | 0.11 | 0.35 | 93.33 | 0.09 | 0.61 |
| Hex | 9B | A5 | 93 | 6 | 0 | B | 23 | 5D | 9 | 3D |
| Octal | 233 | 245 | 223 | 6 | 0 | 13 | 43 | 135 | 11 | 75 |
| Binary | 10011011 | 10100101 | 10010011 | 110 | 0 | 1011 | 100011 | 1011101 | 1001 | 111101 |
Color Harmonies of #9BA593
Complementary color
Monochromatic Colors of #9BA593
Black with #9BA593
Text Example
Text Example
White with #9BA593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA593; }
p { color: rgb(155,165,147); }
H1.HeaderClassName
{
color: #9BA593;
}
.AnyTagClassName
{
color: #9BA593;
}
</style>
background-color css
<style>
a { background-color: #9BA593; }
a { background-color: rgb(155,165,147); }
div.DivClassName
{
background-color: #9BA593;
}
.BgClassName
{
background-color: #9BA593;
}
</style>
border-color css
<style>
span { border-color: #9BA593; }
span { border-color: rgb(155,165,147); }
td.TdClassName
{
border-color: #9BA593;
}
.TagClassName
{
border-color: #9BA593;
}
</style>