Shades of Delta #9BA38C
Tints of Delta #9BA38C
RGB
CMYK
RGB Variations
Color information
#9BA38C (or 0x9BA38C) is known color: Delta. HEX triplet: 9B, A3 and 8C. RGB value is (155,163,140). Sum of RGB (Red+Green+Blue) = 155+163+140=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA38C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA38C is #645C73. Grayscale: #9E9E9E. Windows color (decimal): -6577268 or 9216923. OLE color: 9216923.
HSL color Cylindrical-coordinate representation of color #9BA38C: hue angle of 80.87º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BA38C is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 163 | 140 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.36 |
| HSL | 80.87º | 0.11% | 0.59% | - |
| HSV(B) | 80.87º | 0.14% | 0.64% | - |
| XYZ | 31.35 | 35.06 | 29.93 | - |
| YUV | 157.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 140 | 0.05 | 0 | 0.14 | 0.36 | 80.87 | 0.11 | 0.59 |
| Hex | 9B | A3 | 8C | 5 | 0 | E | 24 | 51 | B | 3B |
| Octal | 233 | 243 | 214 | 5 | 0 | 16 | 44 | 121 | 13 | 73 |
| Binary | 10011011 | 10100011 | 10001100 | 101 | 0 | 1110 | 100100 | 1010001 | 1011 | 111011 |
Color Harmonies of #9BA38C
Complementary color
Monochromatic Colors of #9BA38C
Black with #9BA38C
Text Example
Text Example
White with #9BA38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA38C; }
p { color: rgb(155,163,140); }
H1.HeaderClassName
{
color: #9BA38C;
}
.AnyTagClassName
{
color: #9BA38C;
}
</style>
background-color css
<style>
a { background-color: #9BA38C; }
a { background-color: rgb(155,163,140); }
div.DivClassName
{
background-color: #9BA38C;
}
.BgClassName
{
background-color: #9BA38C;
}
</style>
border-color css
<style>
span { border-color: #9BA38C; }
span { border-color: rgb(155,163,140); }
td.TdClassName
{
border-color: #9BA38C;
}
.TagClassName
{
border-color: #9BA38C;
}
</style>