Shades of Delta #9CA594
Tints of Delta #9CA594
RGB
CMYK
RGB Variations
Color information
#9CA594 (or 0x9CA594) is known color: Delta. HEX triplet: 9C, A5 and 94. RGB value is (156,165,148). Sum of RGB (Red+Green+Blue) = 156+165+148=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA594 is #635A6B. Grayscale: #A0A0A0. Windows color (decimal): -6511212 or 9741724. OLE color: 9741724.
HSL color Cylindrical-coordinate representation of color #9CA594: hue angle of 91.76º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9CA594 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 165 | 148 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.35 |
| HSL | 91.76º | 0.09% | 0.61% | - |
| HSV(B) | 91.76º | 0.1% | 0.65% | - |
| XYZ | 32.51 | 36.12 | 33.27 | - |
| YUV | 160.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 165 | 148 | 0.05 | 0 | 0.10 | 0.35 | 91.76 | 0.09 | 0.61 |
| Hex | 9C | A5 | 94 | 5 | 0 | A | 23 | 5C | 9 | 3D |
| Octal | 234 | 245 | 224 | 5 | 0 | 12 | 43 | 134 | 11 | 75 |
| Binary | 10011100 | 10100101 | 10010100 | 101 | 0 | 1010 | 100011 | 1011100 | 1001 | 111101 |
Color Harmonies of #9CA594
Complementary color
Monochromatic Colors of #9CA594
Black with #9CA594
Text Example
Text Example
White with #9CA594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA594; }
p { color: rgb(156,165,148); }
H1.HeaderClassName
{
color: #9CA594;
}
.AnyTagClassName
{
color: #9CA594;
}
</style>
background-color css
<style>
a { background-color: #9CA594; }
a { background-color: rgb(156,165,148); }
div.DivClassName
{
background-color: #9CA594;
}
.BgClassName
{
background-color: #9CA594;
}
</style>
border-color css
<style>
span { border-color: #9CA594; }
span { border-color: rgb(156,165,148); }
td.TdClassName
{
border-color: #9CA594;
}
.TagClassName
{
border-color: #9CA594;
}
</style>