Shades of Delta #94A189
Tints of Delta #94A189
RGB
CMYK
RGB Variations
Color information
#94A189 (or 0x94A189) is known color: Delta. HEX triplet: 94, A1 and 89. RGB value is (148,161,137). Sum of RGB (Red+Green+Blue) = 148+161+137=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 161 - color contains mainly: green. Hex color #94A189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A189 is #6B5E76. Grayscale: #9A9A9A. Windows color (decimal): -7036535 or 9019796. OLE color: 9019796.
HSL color Cylindrical-coordinate representation of color #94A189: hue angle of 92.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #94A189 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 161 | 137 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.37 |
| HSL | 92.5º | 0.11% | 0.58% | - |
| HSV(B) | 92.5º | 0.15% | 0.63% | - |
| XYZ | 29.47 | 33.59 | 28.6 | - |
| YUV | 154.38 | 118.19 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 137 | 0.08 | 0 | 0.15 | 0.37 | 92.5 | 0.11 | 0.58 |
| Hex | 94 | A1 | 89 | 8 | 0 | F | 25 | 5C | B | 3A |
| Octal | 224 | 241 | 211 | 10 | 0 | 17 | 45 | 134 | 13 | 72 |
| Binary | 10010100 | 10100001 | 10001001 | 1000 | 0 | 1111 | 100101 | 1011100 | 1011 | 111010 |
Color Harmonies of #94A189
Complementary color
Monochromatic Colors of #94A189
Black with #94A189
Text Example
Text Example
White with #94A189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A189; }
p { color: rgb(148,161,137); }
H1.HeaderClassName
{
color: #94A189;
}
.AnyTagClassName
{
color: #94A189;
}
</style>
background-color css
<style>
a { background-color: #94A189; }
a { background-color: rgb(148,161,137); }
div.DivClassName
{
background-color: #94A189;
}
.BgClassName
{
background-color: #94A189;
}
</style>
border-color css
<style>
span { border-color: #94A189; }
span { border-color: rgb(148,161,137); }
td.TdClassName
{
border-color: #94A189;
}
.TagClassName
{
border-color: #94A189;
}
</style>