Shades of Delta #92A182
Tints of Delta #92A182
RGB
CMYK
RGB Variations
Color information
#92A182 (or 0x92A182) is known color: Delta. HEX triplet: 92, A1 and 82. RGB value is (146,161,130). Sum of RGB (Red+Green+Blue) = 146+161+130=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 161 - color contains mainly: green. Hex color #92A182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A182 is #6D5E7D. Grayscale: #999999. Windows color (decimal): -7167614 or 8561042. OLE color: 8561042.
HSL color Cylindrical-coordinate representation of color #92A182: hue angle of 89.03º 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 #92A182 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 146 | 161 | 130 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.37 |
| HSL | 89.03º | 0.14% | 0.57% | - |
| HSV(B) | 89.03º | 0.19% | 0.63% | - |
| XYZ | 28.63 | 33.21 | 26.02 | - |
| YUV | 152.98 | 115.03 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 161 | 130 | 0.09 | 0 | 0.19 | 0.37 | 89.03 | 0.14 | 0.57 |
| Hex | 92 | A1 | 82 | 9 | 0 | 13 | 25 | 59 | E | 39 |
| Octal | 222 | 241 | 202 | 11 | 0 | 23 | 45 | 131 | 16 | 71 |
| Binary | 10010010 | 10100001 | 10000010 | 1001 | 0 | 10011 | 100101 | 1011001 | 1110 | 111001 |
Color Harmonies of #92A182
Complementary color
Monochromatic Colors of #92A182
Black with #92A182
Text Example
Text Example
White with #92A182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A182; }
p { color: rgb(146,161,130); }
H1.HeaderClassName
{
color: #92A182;
}
.AnyTagClassName
{
color: #92A182;
}
</style>
background-color css
<style>
a { background-color: #92A182; }
a { background-color: rgb(146,161,130); }
div.DivClassName
{
background-color: #92A182;
}
.BgClassName
{
background-color: #92A182;
}
</style>
border-color css
<style>
span { border-color: #92A182; }
span { border-color: rgb(146,161,130); }
td.TdClassName
{
border-color: #92A182;
}
.TagClassName
{
border-color: #92A182;
}
</style>