Shades of Delta #95A284
Tints of Delta #95A284
RGB
CMYK
RGB Variations
Color information
#95A284 (or 0x95A284) is known color: Delta. HEX triplet: 95, A2 and 84. RGB value is (149,162,132). Sum of RGB (Red+Green+Blue) = 149+162+132=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 162 - color contains mainly: green. Hex color #95A284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A284 is #6A5D7B. Grayscale: #9A9A9A. Windows color (decimal): -6970748 or 8692373. OLE color: 8692373.
HSL color Cylindrical-coordinate representation of color #95A284: hue angle of 86º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95A284 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 162 | 132 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.36 |
| HSL | 86º | 0.14% | 0.58% | - |
| HSV(B) | 86º | 0.19% | 0.64% | - |
| XYZ | 29.48 | 33.9 | 26.82 | - |
| YUV | 154.69 | 115.19 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 162 | 132 | 0.08 | 0 | 0.19 | 0.36 | 86 | 0.14 | 0.58 |
| Hex | 95 | A2 | 84 | 8 | 0 | 13 | 24 | 56 | E | 3A |
| Octal | 225 | 242 | 204 | 10 | 0 | 23 | 44 | 126 | 16 | 72 |
| Binary | 10010101 | 10100010 | 10000100 | 1000 | 0 | 10011 | 100100 | 1010110 | 1110 | 111010 |
Color Harmonies of #95A284
Complementary color
Monochromatic Colors of #95A284
Black with #95A284
Text Example
Text Example
White with #95A284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A284; }
p { color: rgb(149,162,132); }
H1.HeaderClassName
{
color: #95A284;
}
.AnyTagClassName
{
color: #95A284;
}
</style>
background-color css
<style>
a { background-color: #95A284; }
a { background-color: rgb(149,162,132); }
div.DivClassName
{
background-color: #95A284;
}
.BgClassName
{
background-color: #95A284;
}
</style>
border-color css
<style>
span { border-color: #95A284; }
span { border-color: rgb(149,162,132); }
td.TdClassName
{
border-color: #95A284;
}
.TagClassName
{
border-color: #95A284;
}
</style>