Shades of Delta #92998C
Tints of Delta #92998C
RGB
CMYK
RGB Variations
Color information
#92998C (or 0x92998C) is known color: Delta. HEX triplet: 92, 99 and 8C. RGB value is (146,153,140). Sum of RGB (Red+Green+Blue) = 146+153+140=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 153 - color contains mainly: green. Hex color #92998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92998C is #6D6673. Grayscale: #959595. Windows color (decimal): -7169652 or 9214354. OLE color: 9214354.
HSL color Cylindrical-coordinate representation of color #92998C: hue angle of 92.31º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #92998C is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 146 | 153 | 140 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.4 |
| HSL | 92.31º | 0.06% | 0.57% | - |
| HSV(B) | 92.31º | 0.08% | 0.6% | - |
| XYZ | 27.98 | 30.79 | 29.28 | - |
| YUV | 149.43 | 122.68 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 140 | 0.05 | 0 | 0.08 | 0.4 | 92.31 | 0.06 | 0.57 |
| Hex | 92 | 99 | 8C | 5 | 0 | 8 | 28 | 5C | 6 | 39 |
| Octal | 222 | 231 | 214 | 5 | 0 | 10 | 50 | 134 | 6 | 71 |
| Binary | 10010010 | 10011001 | 10001100 | 101 | 0 | 1000 | 101000 | 1011100 | 110 | 111001 |
Color Harmonies of #92998C
Complementary color
Monochromatic Colors of #92998C
Black with #92998C
Text Example
Text Example
White with #92998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92998C; }
p { color: rgb(146,153,140); }
H1.HeaderClassName
{
color: #92998C;
}
.AnyTagClassName
{
color: #92998C;
}
</style>
background-color css
<style>
a { background-color: #92998C; }
a { background-color: rgb(146,153,140); }
div.DivClassName
{
background-color: #92998C;
}
.BgClassName
{
background-color: #92998C;
}
</style>
border-color css
<style>
span { border-color: #92998C; }
span { border-color: rgb(146,153,140); }
td.TdClassName
{
border-color: #92998C;
}
.TagClassName
{
border-color: #92998C;
}
</style>