Shades of Delta #9BA38A
Tints of Delta #9BA38A
RGB
CMYK
RGB Variations
Color information
#9BA38A (or 0x9BA38A) is known color: Delta. HEX triplet: 9B, A3 and 8A. RGB value is (155,163,138). Sum of RGB (Red+Green+Blue) = 155+163+138=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA38A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA38A is #645C75. Grayscale: #9D9D9D. Windows color (decimal): -6577270 or 9085851. OLE color: 9085851.
HSL color Cylindrical-coordinate representation of color #9BA38A: hue angle of 79.2º 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 #9BA38A is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 163 | 138 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.36 |
| HSL | 79.2º | 0.12% | 0.59% | - |
| HSV(B) | 79.2º | 0.15% | 0.64% | - |
| XYZ | 31.2 | 35 | 29.16 | - |
| YUV | 157.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 138 | 0.05 | 0 | 0.15 | 0.36 | 79.2 | 0.12 | 0.59 |
| Hex | 9B | A3 | 8A | 5 | 0 | F | 24 | 4F | C | 3B |
| Octal | 233 | 243 | 212 | 5 | 0 | 17 | 44 | 117 | 14 | 73 |
| Binary | 10011011 | 10100011 | 10001010 | 101 | 0 | 1111 | 100100 | 1001111 | 1100 | 111011 |
Color Harmonies of #9BA38A
Complementary color
Monochromatic Colors of #9BA38A
Black with #9BA38A
Text Example
Text Example
White with #9BA38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA38A; }
p { color: rgb(155,163,138); }
H1.HeaderClassName
{
color: #9BA38A;
}
.AnyTagClassName
{
color: #9BA38A;
}
</style>
background-color css
<style>
a { background-color: #9BA38A; }
a { background-color: rgb(155,163,138); }
div.DivClassName
{
background-color: #9BA38A;
}
.BgClassName
{
background-color: #9BA38A;
}
</style>
border-color css
<style>
span { border-color: #9BA38A; }
span { border-color: rgb(155,163,138); }
td.TdClassName
{
border-color: #9BA38A;
}
.TagClassName
{
border-color: #9BA38A;
}
</style>