Shades of Delta #92958C
Tints of Delta #92958C
RGB
CMYK
RGB Variations
Color information
#92958C (or 0x92958C) is known color: Delta. HEX triplet: 92, 95 and 8C. RGB value is (146,149,140). Sum of RGB (Red+Green+Blue) = 146+149+140=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 149 - color contains mainly: green. Hex color #92958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92958C is #6D6A73. Grayscale: #939393. Windows color (decimal): -7170676 or 9213330. OLE color: 9213330.
HSL color Cylindrical-coordinate representation of color #92958C: hue angle of 80º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #92958C is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 149 | 140 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.42 |
| HSL | 80º | 0.04% | 0.57% | - |
| HSV(B) | 80º | 0.06% | 0.58% | - |
| XYZ | 27.34 | 29.5 | 29.06 | - |
| YUV | 147.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 149 | 140 | 0.02 | 0 | 0.06 | 0.42 | 80 | 0.04 | 0.57 |
| Hex | 92 | 95 | 8C | 2 | 0 | 6 | 2A | 50 | 4 | 39 |
| Octal | 222 | 225 | 214 | 2 | 0 | 6 | 52 | 120 | 4 | 71 |
| Binary | 10010010 | 10010101 | 10001100 | 10 | 0 | 110 | 101010 | 1010000 | 100 | 111001 |
Color Harmonies of #92958C
Complementary color
Monochromatic Colors of #92958C
Black with #92958C
Text Example
Text Example
White with #92958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92958C; }
p { color: rgb(146,149,140); }
H1.HeaderClassName
{
color: #92958C;
}
.AnyTagClassName
{
color: #92958C;
}
</style>
background-color css
<style>
a { background-color: #92958C; }
a { background-color: rgb(146,149,140); }
div.DivClassName
{
background-color: #92958C;
}
.BgClassName
{
background-color: #92958C;
}
</style>
border-color css
<style>
span { border-color: #92958C; }
span { border-color: rgb(146,149,140); }
td.TdClassName
{
border-color: #92958C;
}
.TagClassName
{
border-color: #92958C;
}
</style>