Shades of Delta #9CA290
Tints of Delta #9CA290
RGB
CMYK
RGB Variations
Color information
#9CA290 (or 0x9CA290) is known color: Delta. HEX triplet: 9C, A2 and 90. RGB value is (156,162,144). Sum of RGB (Red+Green+Blue) = 156+162+144=462 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.77% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA290 is #635D6F. Grayscale: #9E9E9E. Windows color (decimal): -6511984 or 9478812. OLE color: 9478812.
HSL color Cylindrical-coordinate representation of color #9CA290: hue angle of 80º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9CA290 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 162 | 144 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.36 |
| HSL | 80º | 0.09% | 0.6% | - |
| HSV(B) | 80º | 0.11% | 0.64% | - |
| XYZ | 31.66 | 34.92 | 31.46 | - |
| YUV | 158.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 162 | 144 | 0.04 | 0 | 0.11 | 0.36 | 80 | 0.09 | 0.6 |
| Hex | 9C | A2 | 90 | 4 | 0 | B | 24 | 50 | 9 | 3C |
| Octal | 234 | 242 | 220 | 4 | 0 | 13 | 44 | 120 | 11 | 74 |
| Binary | 10011100 | 10100010 | 10010000 | 100 | 0 | 1011 | 100100 | 1010000 | 1001 | 111100 |
Color Harmonies of #9CA290
Complementary color
Monochromatic Colors of #9CA290
Black with #9CA290
Text Example
Text Example
White with #9CA290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA290; }
p { color: rgb(156,162,144); }
H1.HeaderClassName
{
color: #9CA290;
}
.AnyTagClassName
{
color: #9CA290;
}
</style>
background-color css
<style>
a { background-color: #9CA290; }
a { background-color: rgb(156,162,144); }
div.DivClassName
{
background-color: #9CA290;
}
.BgClassName
{
background-color: #9CA290;
}
</style>
border-color css
<style>
span { border-color: #9CA290; }
span { border-color: rgb(156,162,144); }
td.TdClassName
{
border-color: #9CA290;
}
.TagClassName
{
border-color: #9CA290;
}
</style>