Shades of Delta #94A486
Tints of Delta #94A486
RGB
CMYK
RGB Variations
Color information
#94A486 (or 0x94A486) is known color: Delta. HEX triplet: 94, A4 and 86. RGB value is (148,164,134). Sum of RGB (Red+Green+Blue) = 148+164+134=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 164 - color contains mainly: green. Hex color #94A486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A486 is #6B5B79. Grayscale: #9B9B9B. Windows color (decimal): -7035770 or 8823956. OLE color: 8823956.
HSL color Cylindrical-coordinate representation of color #94A486: hue angle of 92º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94A486 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 164 | 134 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.36 |
| HSL | 92º | 0.14% | 0.58% | - |
| HSV(B) | 92º | 0.18% | 0.64% | - |
| XYZ | 29.79 | 34.57 | 27.66 | - |
| YUV | 155.8 | 115.7 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 164 | 134 | 0.10 | 0 | 0.18 | 0.36 | 92 | 0.14 | 0.58 |
| Hex | 94 | A4 | 86 | A | 0 | 12 | 24 | 5C | E | 3A |
| Octal | 224 | 244 | 206 | 12 | 0 | 22 | 44 | 134 | 16 | 72 |
| Binary | 10010100 | 10100100 | 10000110 | 1010 | 0 | 10010 | 100100 | 1011100 | 1110 | 111010 |
Color Harmonies of #94A486
Complementary color
Monochromatic Colors of #94A486
Black with #94A486
Text Example
Text Example
White with #94A486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A486; }
p { color: rgb(148,164,134); }
H1.HeaderClassName
{
color: #94A486;
}
.AnyTagClassName
{
color: #94A486;
}
</style>
background-color css
<style>
a { background-color: #94A486; }
a { background-color: rgb(148,164,134); }
div.DivClassName
{
background-color: #94A486;
}
.BgClassName
{
background-color: #94A486;
}
</style>
border-color css
<style>
span { border-color: #94A486; }
span { border-color: rgb(148,164,134); }
td.TdClassName
{
border-color: #94A486;
}
.TagClassName
{
border-color: #94A486;
}
</style>