Shades of Delta #94A386
Tints of Delta #94A386
RGB
CMYK
RGB Variations
Color information
#94A386 (or 0x94A386) is known color: Delta. HEX triplet: 94, A3 and 86. RGB value is (148,163,134). Sum of RGB (Red+Green+Blue) = 148+163+134=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 163 - color contains mainly: green. Hex color #94A386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A386 is #6B5C79. Grayscale: #9B9B9B. Windows color (decimal): -7036026 or 8823700. OLE color: 8823700.
HSL color Cylindrical-coordinate representation of color #94A386: hue angle of 91.03º 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 #94A386 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 163 | 134 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.36 |
| HSL | 91.03º | 0.14% | 0.58% | - |
| HSV(B) | 91.03º | 0.18% | 0.64% | - |
| XYZ | 29.61 | 34.21 | 27.6 | - |
| YUV | 155.21 | 116.03 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 163 | 134 | 0.09 | 0 | 0.18 | 0.36 | 91.03 | 0.14 | 0.58 |
| Hex | 94 | A3 | 86 | 9 | 0 | 12 | 24 | 5B | E | 3A |
| Octal | 224 | 243 | 206 | 11 | 0 | 22 | 44 | 133 | 16 | 72 |
| Binary | 10010100 | 10100011 | 10000110 | 1001 | 0 | 10010 | 100100 | 1011011 | 1110 | 111010 |
Color Harmonies of #94A386
Complementary color
Monochromatic Colors of #94A386
Black with #94A386
Text Example
Text Example
White with #94A386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A386; }
p { color: rgb(148,163,134); }
H1.HeaderClassName
{
color: #94A386;
}
.AnyTagClassName
{
color: #94A386;
}
</style>
background-color css
<style>
a { background-color: #94A386; }
a { background-color: rgb(148,163,134); }
div.DivClassName
{
background-color: #94A386;
}
.BgClassName
{
background-color: #94A386;
}
</style>
border-color css
<style>
span { border-color: #94A386; }
span { border-color: rgb(148,163,134); }
td.TdClassName
{
border-color: #94A386;
}
.TagClassName
{
border-color: #94A386;
}
</style>