Shades of Delta #92A082
Tints of Delta #92A082
RGB
CMYK
RGB Variations
Color information
#92A082 (or 0x92A082) is known color: Delta. HEX triplet: 92, A0 and 82. RGB value is (146,160,130). Sum of RGB (Red+Green+Blue) = 146+160+130=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 160 - color contains mainly: green. Hex color #92A082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A082 is #6D5F7D. Grayscale: #989898. Windows color (decimal): -7167870 or 8560786. OLE color: 8560786.
HSL color Cylindrical-coordinate representation of color #92A082: hue angle of 88º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #92A082 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 146 | 160 | 130 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.37 |
| HSL | 88º | 0.14% | 0.57% | - |
| HSV(B) | 88º | 0.19% | 0.63% | - |
| XYZ | 28.45 | 32.86 | 25.96 | - |
| YUV | 152.39 | 115.36 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 160 | 130 | 0.09 | 0 | 0.19 | 0.37 | 88 | 0.14 | 0.57 |
| Hex | 92 | A0 | 82 | 9 | 0 | 13 | 25 | 58 | E | 39 |
| Octal | 222 | 240 | 202 | 11 | 0 | 23 | 45 | 130 | 16 | 71 |
| Binary | 10010010 | 10100000 | 10000010 | 1001 | 0 | 10011 | 100101 | 1011000 | 1110 | 111001 |
Color Harmonies of #92A082
Complementary color
Monochromatic Colors of #92A082
Black with #92A082
Text Example
Text Example
White with #92A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A082; }
p { color: rgb(146,160,130); }
H1.HeaderClassName
{
color: #92A082;
}
.AnyTagClassName
{
color: #92A082;
}
</style>
background-color css
<style>
a { background-color: #92A082; }
a { background-color: rgb(146,160,130); }
div.DivClassName
{
background-color: #92A082;
}
.BgClassName
{
background-color: #92A082;
}
</style>
border-color css
<style>
span { border-color: #92A082; }
span { border-color: rgb(146,160,130); }
td.TdClassName
{
border-color: #92A082;
}
.TagClassName
{
border-color: #92A082;
}
</style>