Shades of Delta #9CA591
Tints of Delta #9CA591
RGB
CMYK
RGB Variations
Color information
#9CA591 (or 0x9CA591) is known color: Delta. HEX triplet: 9C, A5 and 91. RGB value is (156,165,145). Sum of RGB (Red+Green+Blue) = 156+165+145=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 145 (57.03% from 255 or 31.12% from 466); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA591 is #635A6E. Grayscale: #A0A0A0. Windows color (decimal): -6511215 or 9545116. OLE color: 9545116.
HSL color Cylindrical-coordinate representation of color #9CA591: hue angle of 87º 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 #9CA591 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 165 | 145 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.35 |
| HSL | 87º | 0.1% | 0.61% | - |
| HSV(B) | 87º | 0.12% | 0.65% | - |
| XYZ | 32.28 | 36.02 | 32.04 | - |
| YUV | 160.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 165 | 145 | 0.05 | 0 | 0.12 | 0.35 | 87 | 0.1 | 0.61 |
| Hex | 9C | A5 | 91 | 5 | 0 | C | 23 | 57 | A | 3D |
| Octal | 234 | 245 | 221 | 5 | 0 | 14 | 43 | 127 | 12 | 75 |
| Binary | 10011100 | 10100101 | 10010001 | 101 | 0 | 1100 | 100011 | 1010111 | 1010 | 111101 |
Color Harmonies of #9CA591
Complementary color
Monochromatic Colors of #9CA591
Black with #9CA591
Text Example
Text Example
White with #9CA591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA591; }
p { color: rgb(156,165,145); }
H1.HeaderClassName
{
color: #9CA591;
}
.AnyTagClassName
{
color: #9CA591;
}
</style>
background-color css
<style>
a { background-color: #9CA591; }
a { background-color: rgb(156,165,145); }
div.DivClassName
{
background-color: #9CA591;
}
.BgClassName
{
background-color: #9CA591;
}
</style>
border-color css
<style>
span { border-color: #9CA591; }
span { border-color: rgb(156,165,145); }
td.TdClassName
{
border-color: #9CA591;
}
.TagClassName
{
border-color: #9CA591;
}
</style>