Shades of Delta #949F84
Tints of Delta #949F84
RGB
CMYK
RGB Variations
Color information
#949F84 (or 0x949F84) is known color: Delta. HEX triplet: 94, 9F and 84. RGB value is (148,159,132). Sum of RGB (Red+Green+Blue) = 148+159+132=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 159 - color contains mainly: green. Hex color #949F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949F84 is #6B607B. Grayscale: #989898. Windows color (decimal): -7037052 or 8691604. OLE color: 8691604.
HSL color Cylindrical-coordinate representation of color #949F84: hue angle of 84.44º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #949F84 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 159 | 132 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.38 |
| HSL | 84.44º | 0.12% | 0.57% | - |
| HSV(B) | 84.44º | 0.17% | 0.62% | - |
| XYZ | 28.78 | 32.76 | 26.64 | - |
| YUV | 152.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 132 | 0.07 | 0 | 0.17 | 0.38 | 84.44 | 0.12 | 0.57 |
| Hex | 94 | 9F | 84 | 7 | 0 | 11 | 26 | 54 | C | 39 |
| Octal | 224 | 237 | 204 | 7 | 0 | 21 | 46 | 124 | 14 | 71 |
| Binary | 10010100 | 10011111 | 10000100 | 111 | 0 | 10001 | 100110 | 1010100 | 1100 | 111001 |
Color Harmonies of #949F84
Complementary color
Monochromatic Colors of #949F84
Black with #949F84
Text Example
Text Example
White with #949F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949F84; }
p { color: rgb(148,159,132); }
H1.HeaderClassName
{
color: #949F84;
}
.AnyTagClassName
{
color: #949F84;
}
</style>
background-color css
<style>
a { background-color: #949F84; }
a { background-color: rgb(148,159,132); }
div.DivClassName
{
background-color: #949F84;
}
.BgClassName
{
background-color: #949F84;
}
</style>
border-color css
<style>
span { border-color: #949F84; }
span { border-color: rgb(148,159,132); }
td.TdClassName
{
border-color: #949F84;
}
.TagClassName
{
border-color: #949F84;
}
</style>