Shades of Delta #94998E
Tints of Delta #94998E
RGB
CMYK
RGB Variations
Color information
#94998E (or 0x94998E) is known color: Delta. HEX triplet: 94, 99 and 8E. RGB value is (148,153,142). Sum of RGB (Red+Green+Blue) = 148+153+142=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 153 - color contains mainly: green. Hex color #94998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94998E is #6B6671. Grayscale: #969696. Windows color (decimal): -7038578 or 9345428. OLE color: 9345428.
HSL color Cylindrical-coordinate representation of color #94998E: hue angle of 87.27º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #94998E is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 148 | 153 | 142 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.4 |
| HSL | 87.27º | 0.05% | 0.58% | - |
| HSV(B) | 87.27º | 0.07% | 0.6% | - |
| XYZ | 28.49 | 31.03 | 30.08 | - |
| YUV | 150.25 | 123.34 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 153 | 142 | 0.03 | 0 | 0.07 | 0.4 | 87.27 | 0.05 | 0.58 |
| Hex | 94 | 99 | 8E | 3 | 0 | 7 | 28 | 57 | 5 | 3A |
| Octal | 224 | 231 | 216 | 3 | 0 | 7 | 50 | 127 | 5 | 72 |
| Binary | 10010100 | 10011001 | 10001110 | 11 | 0 | 111 | 101000 | 1010111 | 101 | 111010 |
Color Harmonies of #94998E
Complementary color
Monochromatic Colors of #94998E
Black with #94998E
Text Example
Text Example
White with #94998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94998E; }
p { color: rgb(148,153,142); }
H1.HeaderClassName
{
color: #94998E;
}
.AnyTagClassName
{
color: #94998E;
}
</style>
background-color css
<style>
a { background-color: #94998E; }
a { background-color: rgb(148,153,142); }
div.DivClassName
{
background-color: #94998E;
}
.BgClassName
{
background-color: #94998E;
}
</style>
border-color css
<style>
span { border-color: #94998E; }
span { border-color: rgb(148,153,142); }
td.TdClassName
{
border-color: #94998E;
}
.TagClassName
{
border-color: #94998E;
}
</style>