Shades of Delta #95A088
Tints of Delta #95A088
RGB
CMYK
RGB Variations
Color information
#95A088 (or 0x95A088) is known color: Delta. HEX triplet: 95, A0 and 88. RGB value is (149,160,136). Sum of RGB (Red+Green+Blue) = 149+160+136=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 160 - color contains mainly: green. Hex color #95A088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A088 is #6A5F77. Grayscale: #9A9A9A. Windows color (decimal): -6971256 or 8954005. OLE color: 8954005.
HSL color Cylindrical-coordinate representation of color #95A088: hue angle of 87.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95A088 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 160 | 136 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.37 |
| HSL | 87.5º | 0.11% | 0.58% | - |
| HSV(B) | 87.5º | 0.15% | 0.63% | - |
| XYZ | 29.41 | 33.31 | 28.17 | - |
| YUV | 153.98 | 117.86 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 160 | 136 | 0.07 | 0 | 0.15 | 0.37 | 87.5 | 0.11 | 0.58 |
| Hex | 95 | A0 | 88 | 7 | 0 | F | 25 | 57 | B | 3A |
| Octal | 225 | 240 | 210 | 7 | 0 | 17 | 45 | 127 | 13 | 72 |
| Binary | 10010101 | 10100000 | 10001000 | 111 | 0 | 1111 | 100101 | 1010111 | 1011 | 111010 |
Color Harmonies of #95A088
Complementary color
Monochromatic Colors of #95A088
Black with #95A088
Text Example
Text Example
White with #95A088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A088; }
p { color: rgb(149,160,136); }
H1.HeaderClassName
{
color: #95A088;
}
.AnyTagClassName
{
color: #95A088;
}
</style>
background-color css
<style>
a { background-color: #95A088; }
a { background-color: rgb(149,160,136); }
div.DivClassName
{
background-color: #95A088;
}
.BgClassName
{
background-color: #95A088;
}
</style>
border-color css
<style>
span { border-color: #95A088; }
span { border-color: rgb(149,160,136); }
td.TdClassName
{
border-color: #95A088;
}
.TagClassName
{
border-color: #95A088;
}
</style>