Shades of Delta #92988B
Tints of Delta #92988B
RGB
CMYK
RGB Variations
Color information
#92988B (or 0x92988B) is known color: Delta. HEX triplet: 92, 98 and 8B. RGB value is (146,152,139). Sum of RGB (Red+Green+Blue) = 146+152+139=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 152 - color contains mainly: green. Hex color #92988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92988B is #6D6774. Grayscale: #949494. Windows color (decimal): -7169909 or 9148562. OLE color: 9148562.
HSL color Cylindrical-coordinate representation of color #92988B: hue angle of 87.69º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #92988B is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 152 | 139 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.40 |
| HSL | 87.69º | 0.06% | 0.57% | - |
| HSV(B) | 87.69º | 0.09% | 0.6% | - |
| XYZ | 27.74 | 30.43 | 28.84 | - |
| YUV | 148.72 | 122.51 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 152 | 139 | 0.04 | 0 | 0.09 | 0.40 | 87.69 | 0.06 | 0.57 |
| Hex | 92 | 98 | 8B | 4 | 0 | 9 | 28 | 58 | 6 | 39 |
| Octal | 222 | 230 | 213 | 4 | 0 | 11 | 50 | 130 | 6 | 71 |
| Binary | 10010010 | 10011000 | 10001011 | 100 | 0 | 1001 | 101000 | 1011000 | 110 | 111001 |
Color Harmonies of #92988B
Complementary color
Monochromatic Colors of #92988B
Black with #92988B
Text Example
Text Example
White with #92988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92988B; }
p { color: rgb(146,152,139); }
H1.HeaderClassName
{
color: #92988B;
}
.AnyTagClassName
{
color: #92988B;
}
</style>
background-color css
<style>
a { background-color: #92988B; }
a { background-color: rgb(146,152,139); }
div.DivClassName
{
background-color: #92988B;
}
.BgClassName
{
background-color: #92988B;
}
</style>
border-color css
<style>
span { border-color: #92988B; }
span { border-color: rgb(146,152,139); }
td.TdClassName
{
border-color: #92988B;
}
.TagClassName
{
border-color: #92988B;
}
</style>