Shades of Delta #949D84
Tints of Delta #949D84
RGB
CMYK
RGB Variations
Color information
#949D84 (or 0x949D84) is known color: Delta. HEX triplet: 94, 9D and 84. RGB value is (148,157,132). Sum of RGB (Red+Green+Blue) = 148+157+132=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 157 - color contains mainly: green. Hex color #949D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949D84 is #6B627B. Grayscale: #979797. Windows color (decimal): -7037564 or 8691092. OLE color: 8691092.
HSL color Cylindrical-coordinate representation of color #949D84: hue angle of 81.6º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #949D84 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 157 | 132 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.38 |
| HSL | 81.6º | 0.11% | 0.57% | - |
| HSV(B) | 81.6º | 0.16% | 0.62% | - |
| XYZ | 28.43 | 32.08 | 26.52 | - |
| YUV | 151.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 132 | 0.06 | 0 | 0.16 | 0.38 | 81.6 | 0.11 | 0.57 |
| Hex | 94 | 9D | 84 | 6 | 0 | 10 | 26 | 52 | B | 39 |
| Octal | 224 | 235 | 204 | 6 | 0 | 20 | 46 | 122 | 13 | 71 |
| Binary | 10010100 | 10011101 | 10000100 | 110 | 0 | 10000 | 100110 | 1010010 | 1011 | 111001 |
Color Harmonies of #949D84
Complementary color
Monochromatic Colors of #949D84
Black with #949D84
Text Example
Text Example
White with #949D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949D84; }
p { color: rgb(148,157,132); }
H1.HeaderClassName
{
color: #949D84;
}
.AnyTagClassName
{
color: #949D84;
}
</style>
background-color css
<style>
a { background-color: #949D84; }
a { background-color: rgb(148,157,132); }
div.DivClassName
{
background-color: #949D84;
}
.BgClassName
{
background-color: #949D84;
}
</style>
border-color css
<style>
span { border-color: #949D84; }
span { border-color: rgb(148,157,132); }
td.TdClassName
{
border-color: #949D84;
}
.TagClassName
{
border-color: #949D84;
}
</style>