Shades of Delta #9A9C95
Tints of Delta #9A9C95
RGB
CMYK
RGB Variations
Color information
#9A9C95 (or 0x9A9C95) is known color: Delta. HEX triplet: 9A, 9C and 95. RGB value is (154,156,149). Sum of RGB (Red+Green+Blue) = 154+156+149=459 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.55% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 156 - color contains mainly: green. Hex color #9A9C95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9C95 is #65636A. Grayscale: #9A9A9A. Windows color (decimal): -6644587 or 9804954. OLE color: 9804954.
HSL color Cylindrical-coordinate representation of color #9A9C95: hue angle of 77.14º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9A9C95 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 156 | 149 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.39 |
| HSL | 77.14º | 0.03% | 0.6% | - |
| HSV(B) | 77.14º | 0.04% | 0.61% | - |
| XYZ | 30.64 | 32.82 | 33.15 | - |
| YUV | 154.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 156 | 149 | 0.01 | 0 | 0.04 | 0.39 | 77.14 | 0.03 | 0.6 |
| Hex | 9A | 9C | 95 | 1 | 0 | 4 | 27 | 4D | 3 | 3C |
| Octal | 232 | 234 | 225 | 1 | 0 | 4 | 47 | 115 | 3 | 74 |
| Binary | 10011010 | 10011100 | 10010101 | 1 | 0 | 100 | 100111 | 1001101 | 11 | 111100 |
Color Harmonies of #9A9C95
Complementary color
Monochromatic Colors of #9A9C95
Black with #9A9C95
Text Example
Text Example
White with #9A9C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9C95; }
p { color: rgb(154,156,149); }
H1.HeaderClassName
{
color: #9A9C95;
}
.AnyTagClassName
{
color: #9A9C95;
}
</style>
background-color css
<style>
a { background-color: #9A9C95; }
a { background-color: rgb(154,156,149); }
div.DivClassName
{
background-color: #9A9C95;
}
.BgClassName
{
background-color: #9A9C95;
}
</style>
border-color css
<style>
span { border-color: #9A9C95; }
span { border-color: rgb(154,156,149); }
td.TdClassName
{
border-color: #9A9C95;
}
.TagClassName
{
border-color: #9A9C95;
}
</style>