Shades of Delta #94A387
Tints of Delta #94A387
RGB
CMYK
RGB Variations
Color information
#94A387 (or 0x94A387) is known color: Delta. HEX triplet: 94, A3 and 87. RGB value is (148,163,135). Sum of RGB (Red+Green+Blue) = 148+163+135=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 163 - color contains mainly: green. Hex color #94A387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A387 is #6B5C78. Grayscale: #9B9B9B. Windows color (decimal): -7036025 or 8889236. OLE color: 8889236.
HSL color Cylindrical-coordinate representation of color #94A387: hue angle of 92.14º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #94A387 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 163 | 135 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.36 |
| HSL | 92.14º | 0.13% | 0.58% | - |
| HSV(B) | 92.14º | 0.17% | 0.64% | - |
| XYZ | 29.68 | 34.24 | 27.97 | - |
| YUV | 155.32 | 116.53 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 163 | 135 | 0.09 | 0 | 0.17 | 0.36 | 92.14 | 0.13 | 0.58 |
| Hex | 94 | A3 | 87 | 9 | 0 | 11 | 24 | 5C | D | 3A |
| Octal | 224 | 243 | 207 | 11 | 0 | 21 | 44 | 134 | 15 | 72 |
| Binary | 10010100 | 10100011 | 10000111 | 1001 | 0 | 10001 | 100100 | 1011100 | 1101 | 111010 |
Color Harmonies of #94A387
Complementary color
Monochromatic Colors of #94A387
Black with #94A387
Text Example
Text Example
White with #94A387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A387; }
p { color: rgb(148,163,135); }
H1.HeaderClassName
{
color: #94A387;
}
.AnyTagClassName
{
color: #94A387;
}
</style>
background-color css
<style>
a { background-color: #94A387; }
a { background-color: rgb(148,163,135); }
div.DivClassName
{
background-color: #94A387;
}
.BgClassName
{
background-color: #94A387;
}
</style>
border-color css
<style>
span { border-color: #94A387; }
span { border-color: rgb(148,163,135); }
td.TdClassName
{
border-color: #94A387;
}
.TagClassName
{
border-color: #94A387;
}
</style>