Shades of Delta #9CA491
Tints of Delta #9CA491
RGB
CMYK
RGB Variations
Color information
#9CA491 (or 0x9CA491) is known color: Delta. HEX triplet: 9C, A4 and 91. RGB value is (156,164,145). Sum of RGB (Red+Green+Blue) = 156+164+145=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA491 is #635B6E. Grayscale: #9F9F9F. Windows color (decimal): -6511471 or 9544860. OLE color: 9544860.
HSL color Cylindrical-coordinate representation of color #9CA491: hue angle of 85.26º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9CA491 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 164 | 145 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.36 |
| HSL | 85.26º | 0.09% | 0.61% | - |
| HSV(B) | 85.26º | 0.12% | 0.64% | - |
| XYZ | 32.1 | 35.66 | 31.98 | - |
| YUV | 159.44 | 119.85 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 164 | 145 | 0.05 | 0 | 0.12 | 0.36 | 85.26 | 0.09 | 0.61 |
| Hex | 9C | A4 | 91 | 5 | 0 | C | 24 | 55 | 9 | 3D |
| Octal | 234 | 244 | 221 | 5 | 0 | 14 | 44 | 125 | 11 | 75 |
| Binary | 10011100 | 10100100 | 10010001 | 101 | 0 | 1100 | 100100 | 1010101 | 1001 | 111101 |
Color Harmonies of #9CA491
Complementary color
Monochromatic Colors of #9CA491
Black with #9CA491
Text Example
Text Example
White with #9CA491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA491; }
p { color: rgb(156,164,145); }
H1.HeaderClassName
{
color: #9CA491;
}
.AnyTagClassName
{
color: #9CA491;
}
</style>
background-color css
<style>
a { background-color: #9CA491; }
a { background-color: rgb(156,164,145); }
div.DivClassName
{
background-color: #9CA491;
}
.BgClassName
{
background-color: #9CA491;
}
</style>
border-color css
<style>
span { border-color: #9CA491; }
span { border-color: rgb(156,164,145); }
td.TdClassName
{
border-color: #9CA491;
}
.TagClassName
{
border-color: #9CA491;
}
</style>