Shades of Delta #9BA592
Tints of Delta #9BA592
RGB
CMYK
RGB Variations
Color information
#9BA592 (or 0x9BA592) is known color: Delta. HEX triplet: 9B, A5 and 92. RGB value is (155,165,146). Sum of RGB (Red+Green+Blue) = 155+165+146=466 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.26% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA592 is #645A6D. Grayscale: #9F9F9F. Windows color (decimal): -6576750 or 9610651. OLE color: 9610651.
HSL color Cylindrical-coordinate representation of color #9BA592: hue angle of 91.58º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9BA592 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 165 | 146 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.35 |
| HSL | 91.58º | 0.1% | 0.61% | - |
| HSV(B) | 91.58º | 0.12% | 0.65% | - |
| XYZ | 32.16 | 35.95 | 32.44 | - |
| YUV | 159.84 | 120.19 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 146 | 0.06 | 0 | 0.12 | 0.35 | 91.58 | 0.1 | 0.61 |
| Hex | 9B | A5 | 92 | 6 | 0 | C | 23 | 5C | A | 3D |
| Octal | 233 | 245 | 222 | 6 | 0 | 14 | 43 | 134 | 12 | 75 |
| Binary | 10011011 | 10100101 | 10010010 | 110 | 0 | 1100 | 100011 | 1011100 | 1010 | 111101 |
Color Harmonies of #9BA592
Complementary color
Monochromatic Colors of #9BA592
Black with #9BA592
Text Example
Text Example
White with #9BA592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA592; }
p { color: rgb(155,165,146); }
H1.HeaderClassName
{
color: #9BA592;
}
.AnyTagClassName
{
color: #9BA592;
}
</style>
background-color css
<style>
a { background-color: #9BA592; }
a { background-color: rgb(155,165,146); }
div.DivClassName
{
background-color: #9BA592;
}
.BgClassName
{
background-color: #9BA592;
}
</style>
border-color css
<style>
span { border-color: #9BA592; }
span { border-color: rgb(155,165,146); }
td.TdClassName
{
border-color: #9BA592;
}
.TagClassName
{
border-color: #9BA592;
}
</style>