Shades of Delta #9CA692
Tints of Delta #9CA692
RGB
CMYK
RGB Variations
Color information
#9CA692 (or 0x9CA692) is known color: Delta. HEX triplet: 9C, A6 and 92. RGB value is (156,166,146). Sum of RGB (Red+Green+Blue) = 156+166+146=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 166 - color contains mainly: green. Hex color #9CA692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA692 is #63596D. Grayscale: #A0A0A0. Windows color (decimal): -6510958 or 9610908. OLE color: 9610908.
HSL color Cylindrical-coordinate representation of color #9CA692: hue angle of 90º 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 #9CA692 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 166 | 146 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.35 |
| HSL | 90º | 0.1% | 0.61% | - |
| HSV(B) | 90º | 0.12% | 0.65% | - |
| XYZ | 32.53 | 36.42 | 32.51 | - |
| YUV | 160.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 166 | 146 | 0.06 | 0 | 0.12 | 0.35 | 90 | 0.1 | 0.61 |
| Hex | 9C | A6 | 92 | 6 | 0 | C | 23 | 5A | A | 3D |
| Octal | 234 | 246 | 222 | 6 | 0 | 14 | 43 | 132 | 12 | 75 |
| Binary | 10011100 | 10100110 | 10010010 | 110 | 0 | 1100 | 100011 | 1011010 | 1010 | 111101 |
Color Harmonies of #9CA692
Complementary color
Monochromatic Colors of #9CA692
Black with #9CA692
Text Example
Text Example
White with #9CA692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA692; }
p { color: rgb(156,166,146); }
H1.HeaderClassName
{
color: #9CA692;
}
.AnyTagClassName
{
color: #9CA692;
}
</style>
background-color css
<style>
a { background-color: #9CA692; }
a { background-color: rgb(156,166,146); }
div.DivClassName
{
background-color: #9CA692;
}
.BgClassName
{
background-color: #9CA692;
}
</style>
border-color css
<style>
span { border-color: #9CA692; }
span { border-color: rgb(156,166,146); }
td.TdClassName
{
border-color: #9CA692;
}
.TagClassName
{
border-color: #9CA692;
}
</style>