Shades of Delta #999D95
Tints of Delta #999D95
RGB
CMYK
RGB Variations
Color information
#999D95 (or 0x999D95) is known color: Delta. HEX triplet: 99, 9D and 95. RGB value is (153,157,149). Sum of RGB (Red+Green+Blue) = 153+157+149=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 157 - color contains mainly: green. Hex color #999D95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999D95 is #66626A. Grayscale: #9A9A9A. Windows color (decimal): -6709867 or 9805209. OLE color: 9805209.
HSL color Cylindrical-coordinate representation of color #999D95: hue angle of 90º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #999D95 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 157 | 149 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.38 |
| HSL | 90º | 0.04% | 0.6% | - |
| HSV(B) | 90º | 0.05% | 0.62% | - |
| XYZ | 30.62 | 33.06 | 33.2 | - |
| YUV | 154.89 | 124.67 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 149 | 0.03 | 0 | 0.05 | 0.38 | 90 | 0.04 | 0.6 |
| Hex | 99 | 9D | 95 | 3 | 0 | 5 | 26 | 5A | 4 | 3C |
| Octal | 231 | 235 | 225 | 3 | 0 | 5 | 46 | 132 | 4 | 74 |
| Binary | 10011001 | 10011101 | 10010101 | 11 | 0 | 101 | 100110 | 1011010 | 100 | 111100 |
Color Harmonies of #999D95
Complementary color
Monochromatic Colors of #999D95
Black with #999D95
Text Example
Text Example
White with #999D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999D95; }
p { color: rgb(153,157,149); }
H1.HeaderClassName
{
color: #999D95;
}
.AnyTagClassName
{
color: #999D95;
}
</style>
background-color css
<style>
a { background-color: #999D95; }
a { background-color: rgb(153,157,149); }
div.DivClassName
{
background-color: #999D95;
}
.BgClassName
{
background-color: #999D95;
}
</style>
border-color css
<style>
span { border-color: #999D95; }
span { border-color: rgb(153,157,149); }
td.TdClassName
{
border-color: #999D95;
}
.TagClassName
{
border-color: #999D95;
}
</style>