Shades of Delta #9BA08E
Tints of Delta #9BA08E
RGB
CMYK
RGB Variations
Color information
#9BA08E (or 0x9BA08E) is known color: Delta. HEX triplet: 9B, A0 and 8E. RGB value is (155,160,142). Sum of RGB (Red+Green+Blue) = 155+160+142=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA08E is #645F71. Grayscale: #9C9C9C. Windows color (decimal): -6578034 or 9347227. OLE color: 9347227.
HSL color Cylindrical-coordinate representation of color #9BA08E: hue angle of 76.67º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9BA08E is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 142 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.37 |
| HSL | 76.67º | 0.09% | 0.59% | - |
| HSV(B) | 76.67º | 0.11% | 0.63% | - |
| XYZ | 30.97 | 34.06 | 30.53 | - |
| YUV | 156.45 | 119.84 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 142 | 0.03 | 0 | 0.11 | 0.37 | 76.67 | 0.09 | 0.59 |
| Hex | 9B | A0 | 8E | 3 | 0 | B | 25 | 4D | 9 | 3B |
| Octal | 233 | 240 | 216 | 3 | 0 | 13 | 45 | 115 | 11 | 73 |
| Binary | 10011011 | 10100000 | 10001110 | 11 | 0 | 1011 | 100101 | 1001101 | 1001 | 111011 |
Color Harmonies of #9BA08E
Complementary color
Monochromatic Colors of #9BA08E
Black with #9BA08E
Text Example
Text Example
White with #9BA08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA08E; }
p { color: rgb(155,160,142); }
H1.HeaderClassName
{
color: #9BA08E;
}
.AnyTagClassName
{
color: #9BA08E;
}
</style>
background-color css
<style>
a { background-color: #9BA08E; }
a { background-color: rgb(155,160,142); }
div.DivClassName
{
background-color: #9BA08E;
}
.BgClassName
{
background-color: #9BA08E;
}
</style>
border-color css
<style>
span { border-color: #9BA08E; }
span { border-color: rgb(155,160,142); }
td.TdClassName
{
border-color: #9BA08E;
}
.TagClassName
{
border-color: #9BA08E;
}
</style>