Shades of Delta #949592
Tints of Delta #949592
RGB
CMYK
RGB Variations
Color information
#949592 (or 0x949592) is known color: Delta. HEX triplet: 94, 95 and 92. RGB value is (148,149,146). Sum of RGB (Red+Green+Blue) = 148+149+146=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 149 - color contains mainly: green. Hex color #949592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949592 is #6B6A6D. Grayscale: #949494. Windows color (decimal): -7039598 or 9606548. OLE color: 9606548.
HSL color Cylindrical-coordinate representation of color #949592: hue angle of 80º degrees, saturation: 0.01, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #949592 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 149 | 146 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.42 |
| HSL | 80º | 0.01% | 0.58% | - |
| HSV(B) | 80º | 0.02% | 0.58% | - |
| XYZ | 28.15 | 29.87 | 31.48 | - |
| YUV | 148.36 | 126.67 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 149 | 146 | 0.01 | 0 | 0.02 | 0.42 | 80 | 0.01 | 0.58 |
| Hex | 94 | 95 | 92 | 1 | 0 | 2 | 2A | 50 | 1 | 3A |
| Octal | 224 | 225 | 222 | 1 | 0 | 2 | 52 | 120 | 1 | 72 |
| Binary | 10010100 | 10010101 | 10010010 | 1 | 0 | 10 | 101010 | 1010000 | 1 | 111010 |
Color Harmonies of #949592
Complementary color
Monochromatic Colors of #949592
Black with #949592
Text Example
Text Example
White with #949592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949592; }
p { color: rgb(148,149,146); }
H1.HeaderClassName
{
color: #949592;
}
.AnyTagClassName
{
color: #949592;
}
</style>
background-color css
<style>
a { background-color: #949592; }
a { background-color: rgb(148,149,146); }
div.DivClassName
{
background-color: #949592;
}
.BgClassName
{
background-color: #949592;
}
</style>
border-color css
<style>
span { border-color: #949592; }
span { border-color: rgb(148,149,146); }
td.TdClassName
{
border-color: #949592;
}
.TagClassName
{
border-color: #949592;
}
</style>