Shades of Delta #9CA194
Tints of Delta #9CA194
RGB
CMYK
RGB Variations
Color information
#9CA194 (or 0x9CA194) is known color: Delta. HEX triplet: 9C, A1 and 94. RGB value is (156,161,148). Sum of RGB (Red+Green+Blue) = 156+161+148=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 161 - color contains mainly: green. Hex color #9CA194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA194 is #635E6B. Grayscale: #9E9E9E. Windows color (decimal): -6512236 or 9740700. OLE color: 9740700.
HSL color Cylindrical-coordinate representation of color #9CA194: hue angle of 83.08º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9CA194 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 161 | 148 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.37 |
| HSL | 83.08º | 0.06% | 0.61% | - |
| HSV(B) | 83.08º | 0.08% | 0.63% | - |
| XYZ | 31.8 | 34.7 | 33.04 | - |
| YUV | 158.02 | 122.34 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 161 | 148 | 0.03 | 0 | 0.08 | 0.37 | 83.08 | 0.06 | 0.61 |
| Hex | 9C | A1 | 94 | 3 | 0 | 8 | 25 | 53 | 6 | 3D |
| Octal | 234 | 241 | 224 | 3 | 0 | 10 | 45 | 123 | 6 | 75 |
| Binary | 10011100 | 10100001 | 10010100 | 11 | 0 | 1000 | 100101 | 1010011 | 110 | 111101 |
Color Harmonies of #9CA194
Complementary color
Monochromatic Colors of #9CA194
Black with #9CA194
Text Example
Text Example
White with #9CA194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA194; }
p { color: rgb(156,161,148); }
H1.HeaderClassName
{
color: #9CA194;
}
.AnyTagClassName
{
color: #9CA194;
}
</style>
background-color css
<style>
a { background-color: #9CA194; }
a { background-color: rgb(156,161,148); }
div.DivClassName
{
background-color: #9CA194;
}
.BgClassName
{
background-color: #9CA194;
}
</style>
border-color css
<style>
span { border-color: #9CA194; }
span { border-color: rgb(156,161,148); }
td.TdClassName
{
border-color: #9CA194;
}
.TagClassName
{
border-color: #9CA194;
}
</style>