Shades of Delta #9BA58A
Tints of Delta #9BA58A
RGB
CMYK
RGB Variations
Color information
#9BA58A (or 0x9BA58A) is known color: Delta. HEX triplet: 9B, A5 and 8A. RGB value is (155,165,138). Sum of RGB (Red+Green+Blue) = 155+165+138=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA58A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA58A is #645A75. Grayscale: #9F9F9F. Windows color (decimal): -6576758 or 9086363. OLE color: 9086363.
HSL color Cylindrical-coordinate representation of color #9BA58A: hue angle of 82.22º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9BA58A is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 165 | 138 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.35 |
| HSL | 82.22º | 0.13% | 0.59% | - |
| HSV(B) | 82.22º | 0.16% | 0.65% | - |
| XYZ | 31.56 | 35.71 | 29.27 | - |
| YUV | 158.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 138 | 0.06 | 0 | 0.16 | 0.35 | 82.22 | 0.13 | 0.59 |
| Hex | 9B | A5 | 8A | 6 | 0 | 10 | 23 | 52 | D | 3B |
| Octal | 233 | 245 | 212 | 6 | 0 | 20 | 43 | 122 | 15 | 73 |
| Binary | 10011011 | 10100101 | 10001010 | 110 | 0 | 10000 | 100011 | 1010010 | 1101 | 111011 |
Color Harmonies of #9BA58A
Complementary color
Monochromatic Colors of #9BA58A
Black with #9BA58A
Text Example
Text Example
White with #9BA58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA58A; }
p { color: rgb(155,165,138); }
H1.HeaderClassName
{
color: #9BA58A;
}
.AnyTagClassName
{
color: #9BA58A;
}
</style>
background-color css
<style>
a { background-color: #9BA58A; }
a { background-color: rgb(155,165,138); }
div.DivClassName
{
background-color: #9BA58A;
}
.BgClassName
{
background-color: #9BA58A;
}
</style>
border-color css
<style>
span { border-color: #9BA58A; }
span { border-color: rgb(155,165,138); }
td.TdClassName
{
border-color: #9BA58A;
}
.TagClassName
{
border-color: #9BA58A;
}
</style>