Shades of Delta #92A283
Tints of Delta #92A283
RGB
CMYK
RGB Variations
Color information
#92A283 (or 0x92A283) is known color: Delta. HEX triplet: 92, A2 and 83. RGB value is (146,162,131). Sum of RGB (Red+Green+Blue) = 146+162+131=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 162 - color contains mainly: green. Hex color #92A283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A283 is #6D5D7C. Grayscale: #999999. Windows color (decimal): -7167357 or 8626834. OLE color: 8626834.
HSL color Cylindrical-coordinate representation of color #92A283: hue angle of 90.97º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #92A283 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 162 | 131 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.36 |
| HSL | 90.97º | 0.14% | 0.57% | - |
| HSV(B) | 90.97º | 0.19% | 0.64% | - |
| XYZ | 28.87 | 33.59 | 26.43 | - |
| YUV | 153.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 162 | 131 | 0.10 | 0 | 0.19 | 0.36 | 90.97 | 0.14 | 0.57 |
| Hex | 92 | A2 | 83 | A | 0 | 13 | 24 | 5B | E | 39 |
| Octal | 222 | 242 | 203 | 12 | 0 | 23 | 44 | 133 | 16 | 71 |
| Binary | 10010010 | 10100010 | 10000011 | 1010 | 0 | 10011 | 100100 | 1011011 | 1110 | 111001 |
Color Harmonies of #92A283
Complementary color
Monochromatic Colors of #92A283
Black with #92A283
Text Example
Text Example
White with #92A283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A283; }
p { color: rgb(146,162,131); }
H1.HeaderClassName
{
color: #92A283;
}
.AnyTagClassName
{
color: #92A283;
}
</style>
background-color css
<style>
a { background-color: #92A283; }
a { background-color: rgb(146,162,131); }
div.DivClassName
{
background-color: #92A283;
}
.BgClassName
{
background-color: #92A283;
}
</style>
border-color css
<style>
span { border-color: #92A283; }
span { border-color: rgb(146,162,131); }
td.TdClassName
{
border-color: #92A283;
}
.TagClassName
{
border-color: #92A283;
}
</style>