Shades of Delta #95A084
Tints of Delta #95A084
RGB
CMYK
RGB Variations
Color information
#95A084 (or 0x95A084) is known color: Delta. HEX triplet: 95, A0 and 84. RGB value is (149,160,132). Sum of RGB (Red+Green+Blue) = 149+160+132=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 160 - color contains mainly: green. Hex color #95A084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A084 is #6A5F7B. Grayscale: #999999. Windows color (decimal): -6971260 or 8691861. OLE color: 8691861.
HSL color Cylindrical-coordinate representation of color #95A084: hue angle of 83.57º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #95A084 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 160 | 132 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.37 |
| HSL | 83.57º | 0.13% | 0.57% | - |
| HSV(B) | 83.57º | 0.18% | 0.63% | - |
| XYZ | 29.13 | 33.2 | 26.7 | - |
| YUV | 153.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 160 | 132 | 0.07 | 0 | 0.17 | 0.37 | 83.57 | 0.13 | 0.57 |
| Hex | 95 | A0 | 84 | 7 | 0 | 11 | 25 | 54 | D | 39 |
| Octal | 225 | 240 | 204 | 7 | 0 | 21 | 45 | 124 | 15 | 71 |
| Binary | 10010101 | 10100000 | 10000100 | 111 | 0 | 10001 | 100101 | 1010100 | 1101 | 111001 |
Color Harmonies of #95A084
Complementary color
Monochromatic Colors of #95A084
Black with #95A084
Text Example
Text Example
White with #95A084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A084; }
p { color: rgb(149,160,132); }
H1.HeaderClassName
{
color: #95A084;
}
.AnyTagClassName
{
color: #95A084;
}
</style>
background-color css
<style>
a { background-color: #95A084; }
a { background-color: rgb(149,160,132); }
div.DivClassName
{
background-color: #95A084;
}
.BgClassName
{
background-color: #95A084;
}
</style>
border-color css
<style>
span { border-color: #95A084; }
span { border-color: rgb(149,160,132); }
td.TdClassName
{
border-color: #95A084;
}
.TagClassName
{
border-color: #95A084;
}
</style>