Shades of Delta #9BA48B
Tints of Delta #9BA48B
RGB
CMYK
RGB Variations
Color information
#9BA48B (or 0x9BA48B) is known color: Delta. HEX triplet: 9B, A4 and 8B. RGB value is (155,164,139). Sum of RGB (Red+Green+Blue) = 155+164+139=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA48B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA48B is #645B74. Grayscale: #9E9E9E. Windows color (decimal): -6577013 or 9151643. OLE color: 9151643.
HSL color Cylindrical-coordinate representation of color #9BA48B: hue angle of 81.6º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9BA48B is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 164 | 139 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.36 |
| HSL | 81.6º | 0.12% | 0.59% | - |
| HSV(B) | 81.6º | 0.15% | 0.64% | - |
| XYZ | 31.45 | 35.38 | 29.6 | - |
| YUV | 158.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 164 | 139 | 0.05 | 0 | 0.15 | 0.36 | 81.6 | 0.12 | 0.59 |
| Hex | 9B | A4 | 8B | 5 | 0 | F | 24 | 52 | C | 3B |
| Octal | 233 | 244 | 213 | 5 | 0 | 17 | 44 | 122 | 14 | 73 |
| Binary | 10011011 | 10100100 | 10001011 | 101 | 0 | 1111 | 100100 | 1010010 | 1100 | 111011 |
Color Harmonies of #9BA48B
Complementary color
Monochromatic Colors of #9BA48B
Black with #9BA48B
Text Example
Text Example
White with #9BA48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA48B; }
p { color: rgb(155,164,139); }
H1.HeaderClassName
{
color: #9BA48B;
}
.AnyTagClassName
{
color: #9BA48B;
}
</style>
background-color css
<style>
a { background-color: #9BA48B; }
a { background-color: rgb(155,164,139); }
div.DivClassName
{
background-color: #9BA48B;
}
.BgClassName
{
background-color: #9BA48B;
}
</style>
border-color css
<style>
span { border-color: #9BA48B; }
span { border-color: rgb(155,164,139); }
td.TdClassName
{
border-color: #9BA48B;
}
.TagClassName
{
border-color: #9BA48B;
}
</style>