Shades of Delta #94998C
Tints of Delta #94998C
RGB
CMYK
RGB Variations
Color information
#94998C (or 0x94998C) is known color: Delta. HEX triplet: 94, 99 and 8C. RGB value is (148,153,140). Sum of RGB (Red+Green+Blue) = 148+153+140=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 153 - color contains mainly: green. Hex color #94998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94998C is #6B6673. Grayscale: #969696. Windows color (decimal): -7038580 or 9214356. OLE color: 9214356.
HSL color Cylindrical-coordinate representation of color #94998C: hue angle of 83.08º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #94998C is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 148 | 153 | 140 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.4 |
| HSL | 83.08º | 0.06% | 0.57% | - |
| HSV(B) | 83.08º | 0.08% | 0.6% | - |
| XYZ | 28.34 | 30.97 | 29.3 | - |
| YUV | 150.02 | 122.34 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 153 | 140 | 0.03 | 0 | 0.08 | 0.4 | 83.08 | 0.06 | 0.57 |
| Hex | 94 | 99 | 8C | 3 | 0 | 8 | 28 | 53 | 6 | 39 |
| Octal | 224 | 231 | 214 | 3 | 0 | 10 | 50 | 123 | 6 | 71 |
| Binary | 10010100 | 10011001 | 10001100 | 11 | 0 | 1000 | 101000 | 1010011 | 110 | 111001 |
Color Harmonies of #94998C
Complementary color
Monochromatic Colors of #94998C
Black with #94998C
Text Example
Text Example
White with #94998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94998C; }
p { color: rgb(148,153,140); }
H1.HeaderClassName
{
color: #94998C;
}
.AnyTagClassName
{
color: #94998C;
}
</style>
background-color css
<style>
a { background-color: #94998C; }
a { background-color: rgb(148,153,140); }
div.DivClassName
{
background-color: #94998C;
}
.BgClassName
{
background-color: #94998C;
}
</style>
border-color css
<style>
span { border-color: #94998C; }
span { border-color: rgb(148,153,140); }
td.TdClassName
{
border-color: #94998C;
}
.TagClassName
{
border-color: #94998C;
}
</style>