Shades of Delta #9BA18D
Tints of Delta #9BA18D
RGB
CMYK
RGB Variations
Color information
#9BA18D (or 0x9BA18D) is known color: Delta. HEX triplet: 9B, A1 and 8D. RGB value is (155,161,141). Sum of RGB (Red+Green+Blue) = 155+161+141=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA18D is #645E72. Grayscale: #9D9D9D. Windows color (decimal): -6577779 or 9281947. OLE color: 9281947.
HSL color Cylindrical-coordinate representation of color #9BA18D: hue angle of 78º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9BA18D is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 141 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.37 |
| HSL | 78º | 0.1% | 0.59% | - |
| HSV(B) | 78º | 0.12% | 0.63% | - |
| XYZ | 31.07 | 34.38 | 30.2 | - |
| YUV | 156.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 141 | 0.04 | 0 | 0.12 | 0.37 | 78 | 0.1 | 0.59 |
| Hex | 9B | A1 | 8D | 4 | 0 | C | 25 | 4E | A | 3B |
| Octal | 233 | 241 | 215 | 4 | 0 | 14 | 45 | 116 | 12 | 73 |
| Binary | 10011011 | 10100001 | 10001101 | 100 | 0 | 1100 | 100101 | 1001110 | 1010 | 111011 |
Color Harmonies of #9BA18D
Complementary color
Monochromatic Colors of #9BA18D
Black with #9BA18D
Text Example
Text Example
White with #9BA18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA18D; }
p { color: rgb(155,161,141); }
H1.HeaderClassName
{
color: #9BA18D;
}
.AnyTagClassName
{
color: #9BA18D;
}
</style>
background-color css
<style>
a { background-color: #9BA18D; }
a { background-color: rgb(155,161,141); }
div.DivClassName
{
background-color: #9BA18D;
}
.BgClassName
{
background-color: #9BA18D;
}
</style>
border-color css
<style>
span { border-color: #9BA18D; }
span { border-color: rgb(155,161,141); }
td.TdClassName
{
border-color: #9BA18D;
}
.TagClassName
{
border-color: #9BA18D;
}
</style>