Shades of Delta #95998A
Tints of Delta #95998A
RGB
CMYK
RGB Variations
Color information
#95998A (or 0x95998A) is known color: Delta. HEX triplet: 95, 99 and 8A. RGB value is (149,153,138). Sum of RGB (Red+Green+Blue) = 149+153+138=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 153 - color contains mainly: green. Hex color #95998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95998A is #6A6675. Grayscale: #969696. Windows color (decimal): -6973046 or 9083285. OLE color: 9083285.
HSL color Cylindrical-coordinate representation of color #95998A: hue angle of 76º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #95998A is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 153 | 138 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.4 |
| HSL | 76º | 0.07% | 0.57% | - |
| HSV(B) | 76º | 0.1% | 0.6% | - |
| XYZ | 28.37 | 31.01 | 28.53 | - |
| YUV | 150.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 138 | 0.03 | 0 | 0.10 | 0.4 | 76 | 0.07 | 0.57 |
| Hex | 95 | 99 | 8A | 3 | 0 | A | 28 | 4C | 7 | 39 |
| Octal | 225 | 231 | 212 | 3 | 0 | 12 | 50 | 114 | 7 | 71 |
| Binary | 10010101 | 10011001 | 10001010 | 11 | 0 | 1010 | 101000 | 1001100 | 111 | 111001 |
Color Harmonies of #95998A
Complementary color
Monochromatic Colors of #95998A
Black with #95998A
Text Example
Text Example
White with #95998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95998A; }
p { color: rgb(149,153,138); }
H1.HeaderClassName
{
color: #95998A;
}
.AnyTagClassName
{
color: #95998A;
}
</style>
background-color css
<style>
a { background-color: #95998A; }
a { background-color: rgb(149,153,138); }
div.DivClassName
{
background-color: #95998A;
}
.BgClassName
{
background-color: #95998A;
}
</style>
border-color css
<style>
span { border-color: #95998A; }
span { border-color: rgb(149,153,138); }
td.TdClassName
{
border-color: #95998A;
}
.TagClassName
{
border-color: #95998A;
}
</style>