Shades of Delta #94988E
Tints of Delta #94988E
RGB
CMYK
RGB Variations
Color information
#94988E (or 0x94988E) is known color: Delta. HEX triplet: 94, 98 and 8E. RGB value is (148,152,142). Sum of RGB (Red+Green+Blue) = 148+152+142=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 152 - color contains mainly: green. Hex color #94988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94988E is #6B6771. Grayscale: #959595. Windows color (decimal): -7038834 or 9345172. OLE color: 9345172.
HSL color Cylindrical-coordinate representation of color #94988E: hue angle of 84º 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 #94988E is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 152 | 142 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.40 |
| HSL | 84º | 0.05% | 0.58% | - |
| HSV(B) | 84º | 0.07% | 0.6% | - |
| XYZ | 28.32 | 30.71 | 30.03 | - |
| YUV | 149.66 | 123.67 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 152 | 142 | 0.03 | 0 | 0.07 | 0.40 | 84 | 0.05 | 0.58 |
| Hex | 94 | 98 | 8E | 3 | 0 | 7 | 28 | 54 | 5 | 3A |
| Octal | 224 | 230 | 216 | 3 | 0 | 7 | 50 | 124 | 5 | 72 |
| Binary | 10010100 | 10011000 | 10001110 | 11 | 0 | 111 | 101000 | 1010100 | 101 | 111010 |
Color Harmonies of #94988E
Complementary color
Monochromatic Colors of #94988E
Black with #94988E
Text Example
Text Example
White with #94988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94988E; }
p { color: rgb(148,152,142); }
H1.HeaderClassName
{
color: #94988E;
}
.AnyTagClassName
{
color: #94988E;
}
</style>
background-color css
<style>
a { background-color: #94988E; }
a { background-color: rgb(148,152,142); }
div.DivClassName
{
background-color: #94988E;
}
.BgClassName
{
background-color: #94988E;
}
</style>
border-color css
<style>
span { border-color: #94988E; }
span { border-color: rgb(148,152,142); }
td.TdClassName
{
border-color: #94988E;
}
.TagClassName
{
border-color: #94988E;
}
</style>