Shades of Delta #9BA295
Tints of Delta #9BA295
RGB
CMYK
RGB Variations
Color information
#9BA295 (or 0x9BA295) is known color: Delta. HEX triplet: 9B, A2 and 95. RGB value is (155,162,149). Sum of RGB (Red+Green+Blue) = 155+162+149=466 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.26% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA295 is #645D6A. Grayscale: #9E9E9E. Windows color (decimal): -6577515 or 9806491. OLE color: 9806491.
HSL color Cylindrical-coordinate representation of color #9BA295: hue angle of 92.31º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9BA295 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 149 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.36 |
| HSL | 92.31º | 0.07% | 0.61% | - |
| HSV(B) | 92.31º | 0.08% | 0.64% | - |
| XYZ | 31.86 | 34.98 | 33.51 | - |
| YUV | 158.43 | 122.68 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 149 | 0.04 | 0 | 0.08 | 0.36 | 92.31 | 0.07 | 0.61 |
| Hex | 9B | A2 | 95 | 4 | 0 | 8 | 24 | 5C | 7 | 3D |
| Octal | 233 | 242 | 225 | 4 | 0 | 10 | 44 | 134 | 7 | 75 |
| Binary | 10011011 | 10100010 | 10010101 | 100 | 0 | 1000 | 100100 | 1011100 | 111 | 111101 |
Color Harmonies of #9BA295
Complementary color
Monochromatic Colors of #9BA295
Black with #9BA295
Text Example
Text Example
White with #9BA295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA295; }
p { color: rgb(155,162,149); }
H1.HeaderClassName
{
color: #9BA295;
}
.AnyTagClassName
{
color: #9BA295;
}
</style>
background-color css
<style>
a { background-color: #9BA295; }
a { background-color: rgb(155,162,149); }
div.DivClassName
{
background-color: #9BA295;
}
.BgClassName
{
background-color: #9BA295;
}
</style>
border-color css
<style>
span { border-color: #9BA295; }
span { border-color: rgb(155,162,149); }
td.TdClassName
{
border-color: #9BA295;
}
.TagClassName
{
border-color: #9BA295;
}
</style>