Shades of Delta #90A183
Tints of Delta #90A183
RGB
CMYK
RGB Variations
Color information
#90A183 (or 0x90A183) is known color: Delta. HEX triplet: 90, A1 and 83. RGB value is (144,161,131). Sum of RGB (Red+Green+Blue) = 144+161+131=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 161 - color contains mainly: green. Hex color #90A183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A183 is #6F5E7C. Grayscale: #989898. Windows color (decimal): -7298685 or 8626576. OLE color: 8626576.
HSL color Cylindrical-coordinate representation of color #90A183: hue angle of 94º 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 #90A183 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 161 | 131 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.37 |
| HSL | 94º | 0.14% | 0.57% | - |
| HSV(B) | 94º | 0.19% | 0.63% | - |
| XYZ | 28.34 | 33.06 | 26.36 | - |
| YUV | 152.5 | 115.87 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 161 | 131 | 0.11 | 0 | 0.19 | 0.37 | 94 | 0.14 | 0.57 |
| Hex | 90 | A1 | 83 | B | 0 | 13 | 25 | 5E | E | 39 |
| Octal | 220 | 241 | 203 | 13 | 0 | 23 | 45 | 136 | 16 | 71 |
| Binary | 10010000 | 10100001 | 10000011 | 1011 | 0 | 10011 | 100101 | 1011110 | 1110 | 111001 |
Color Harmonies of #90A183
Complementary color
Monochromatic Colors of #90A183
Black with #90A183
Text Example
Text Example
White with #90A183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A183; }
p { color: rgb(144,161,131); }
H1.HeaderClassName
{
color: #90A183;
}
.AnyTagClassName
{
color: #90A183;
}
</style>
background-color css
<style>
a { background-color: #90A183; }
a { background-color: rgb(144,161,131); }
div.DivClassName
{
background-color: #90A183;
}
.BgClassName
{
background-color: #90A183;
}
</style>
border-color css
<style>
span { border-color: #90A183; }
span { border-color: rgb(144,161,131); }
td.TdClassName
{
border-color: #90A183;
}
.TagClassName
{
border-color: #90A183;
}
</style>