Shades of Delta #95A586
Tints of Delta #95A586
RGB
CMYK
RGB Variations
Color information
#95A586 (or 0x95A586) is known color: Delta. HEX triplet: 95, A5 and 86. RGB value is (149,165,134). Sum of RGB (Red+Green+Blue) = 149+165+134=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 165 - color contains mainly: green. Hex color #95A586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A586 is #6A5A79. Grayscale: #9C9C9C. Windows color (decimal): -6969978 or 8824213. OLE color: 8824213.
HSL color Cylindrical-coordinate representation of color #95A586: hue angle of 90.97º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95A586 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 165 | 134 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.35 |
| HSL | 90.97º | 0.15% | 0.59% | - |
| HSV(B) | 90.97º | 0.19% | 0.65% | - |
| XYZ | 30.15 | 35.02 | 27.72 | - |
| YUV | 156.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 165 | 134 | 0.10 | 0 | 0.19 | 0.35 | 90.97 | 0.15 | 0.59 |
| Hex | 95 | A5 | 86 | A | 0 | 13 | 23 | 5B | F | 3B |
| Octal | 225 | 245 | 206 | 12 | 0 | 23 | 43 | 133 | 17 | 73 |
| Binary | 10010101 | 10100101 | 10000110 | 1010 | 0 | 10011 | 100011 | 1011011 | 1111 | 111011 |
Color Harmonies of #95A586
Complementary color
Monochromatic Colors of #95A586
Black with #95A586
Text Example
Text Example
White with #95A586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A586; }
p { color: rgb(149,165,134); }
H1.HeaderClassName
{
color: #95A586;
}
.AnyTagClassName
{
color: #95A586;
}
</style>
background-color css
<style>
a { background-color: #95A586; }
a { background-color: rgb(149,165,134); }
div.DivClassName
{
background-color: #95A586;
}
.BgClassName
{
background-color: #95A586;
}
</style>
border-color css
<style>
span { border-color: #95A586; }
span { border-color: rgb(149,165,134); }
td.TdClassName
{
border-color: #95A586;
}
.TagClassName
{
border-color: #95A586;
}
</style>