Shades of Delta #9CA494
Tints of Delta #9CA494
RGB
CMYK
RGB Variations
Color information
#9CA494 (or 0x9CA494) is known color: Delta. HEX triplet: 9C, A4 and 94. RGB value is (156,164,148). Sum of RGB (Red+Green+Blue) = 156+164+148=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA494 is #635B6B. Grayscale: #9F9F9F. Windows color (decimal): -6511468 or 9741468. OLE color: 9741468.
HSL color Cylindrical-coordinate representation of color #9CA494: hue angle of 90º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9CA494 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 164 | 148 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.36 |
| HSL | 90º | 0.08% | 0.61% | - |
| HSV(B) | 90º | 0.1% | 0.64% | - |
| XYZ | 32.33 | 35.76 | 33.21 | - |
| YUV | 159.78 | 121.35 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 164 | 148 | 0.05 | 0 | 0.10 | 0.36 | 90 | 0.08 | 0.61 |
| Hex | 9C | A4 | 94 | 5 | 0 | A | 24 | 5A | 8 | 3D |
| Octal | 234 | 244 | 224 | 5 | 0 | 12 | 44 | 132 | 10 | 75 |
| Binary | 10011100 | 10100100 | 10010100 | 101 | 0 | 1010 | 100100 | 1011010 | 1000 | 111101 |
Color Harmonies of #9CA494
Complementary color
Monochromatic Colors of #9CA494
Black with #9CA494
Text Example
Text Example
White with #9CA494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA494; }
p { color: rgb(156,164,148); }
H1.HeaderClassName
{
color: #9CA494;
}
.AnyTagClassName
{
color: #9CA494;
}
</style>
background-color css
<style>
a { background-color: #9CA494; }
a { background-color: rgb(156,164,148); }
div.DivClassName
{
background-color: #9CA494;
}
.BgClassName
{
background-color: #9CA494;
}
</style>
border-color css
<style>
span { border-color: #9CA494; }
span { border-color: rgb(156,164,148); }
td.TdClassName
{
border-color: #9CA494;
}
.TagClassName
{
border-color: #9CA494;
}
</style>