Shades of Delta #9A9D92
Tints of Delta #9A9D92
RGB
CMYK
RGB Variations
Color information
#9A9D92 (or 0x9A9D92) is known color: Delta. HEX triplet: 9A, 9D and 92. RGB value is (154,157,146). Sum of RGB (Red+Green+Blue) = 154+157+146=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 157 - color contains mainly: green. Hex color #9A9D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9D92 is #65626D. Grayscale: #9A9A9A. Windows color (decimal): -6644334 or 9608602. OLE color: 9608602.
HSL color Cylindrical-coordinate representation of color #9A9D92: hue angle of 76.36º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9A9D92 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 157 | 146 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.38 |
| HSL | 76.36º | 0.05% | 0.59% | - |
| HSV(B) | 76.36º | 0.07% | 0.62% | - |
| XYZ | 30.57 | 33.06 | 31.96 | - |
| YUV | 154.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 157 | 146 | 0.02 | 0 | 0.07 | 0.38 | 76.36 | 0.05 | 0.59 |
| Hex | 9A | 9D | 92 | 2 | 0 | 7 | 26 | 4C | 5 | 3B |
| Octal | 232 | 235 | 222 | 2 | 0 | 7 | 46 | 114 | 5 | 73 |
| Binary | 10011010 | 10011101 | 10010010 | 10 | 0 | 111 | 100110 | 1001100 | 101 | 111011 |
Color Harmonies of #9A9D92
Complementary color
Monochromatic Colors of #9A9D92
Black with #9A9D92
Text Example
Text Example
White with #9A9D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9D92; }
p { color: rgb(154,157,146); }
H1.HeaderClassName
{
color: #9A9D92;
}
.AnyTagClassName
{
color: #9A9D92;
}
</style>
background-color css
<style>
a { background-color: #9A9D92; }
a { background-color: rgb(154,157,146); }
div.DivClassName
{
background-color: #9A9D92;
}
.BgClassName
{
background-color: #9A9D92;
}
</style>
border-color css
<style>
span { border-color: #9A9D92; }
span { border-color: rgb(154,157,146); }
td.TdClassName
{
border-color: #9A9D92;
}
.TagClassName
{
border-color: #9A9D92;
}
</style>