Shades of Delta #95A28B
Tints of Delta #95A28B
RGB
CMYK
RGB Variations
Color information
#95A28B (or 0x95A28B) is known color: Delta. HEX triplet: 95, A2 and 8B. RGB value is (149,162,139). Sum of RGB (Red+Green+Blue) = 149+162+139=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 162 - color contains mainly: green. Hex color #95A28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A28B is #6A5D74. Grayscale: #9B9B9B. Windows color (decimal): -6970741 or 9151125. OLE color: 9151125.
HSL color Cylindrical-coordinate representation of color #95A28B: hue angle of 93.91º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #95A28B is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 162 | 139 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.36 |
| HSL | 93.91º | 0.11% | 0.59% | - |
| HSV(B) | 93.91º | 0.14% | 0.64% | - |
| XYZ | 29.97 | 34.09 | 29.43 | - |
| YUV | 155.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 162 | 139 | 0.08 | 0 | 0.14 | 0.36 | 93.91 | 0.11 | 0.59 |
| Hex | 95 | A2 | 8B | 8 | 0 | E | 24 | 5E | B | 3B |
| Octal | 225 | 242 | 213 | 10 | 0 | 16 | 44 | 136 | 13 | 73 |
| Binary | 10010101 | 10100010 | 10001011 | 1000 | 0 | 1110 | 100100 | 1011110 | 1011 | 111011 |
Color Harmonies of #95A28B
Complementary color
Monochromatic Colors of #95A28B
Black with #95A28B
Text Example
Text Example
White with #95A28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A28B; }
p { color: rgb(149,162,139); }
H1.HeaderClassName
{
color: #95A28B;
}
.AnyTagClassName
{
color: #95A28B;
}
</style>
background-color css
<style>
a { background-color: #95A28B; }
a { background-color: rgb(149,162,139); }
div.DivClassName
{
background-color: #95A28B;
}
.BgClassName
{
background-color: #95A28B;
}
</style>
border-color css
<style>
span { border-color: #95A28B; }
span { border-color: rgb(149,162,139); }
td.TdClassName
{
border-color: #95A28B;
}
.TagClassName
{
border-color: #95A28B;
}
</style>