Shades of Delta #90928A
Tints of Delta #90928A
RGB
CMYK
RGB Variations
Color information
#90928A (or 0x90928A) is known color: Delta. HEX triplet: 90, 92 and 8A. RGB value is (144,146,138). Sum of RGB (Red+Green+Blue) = 144+146+138=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 146 - color contains mainly: green. Hex color #90928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90928A is #6F6D75. Grayscale: #909090. Windows color (decimal): -7302518 or 9081488. OLE color: 9081488.
HSL color Cylindrical-coordinate representation of color #90928A: hue angle of 75º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #90928A is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 146 | 138 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.43 |
| HSL | 75º | 0.04% | 0.56% | - |
| HSV(B) | 75º | 0.05% | 0.57% | - |
| XYZ | 26.37 | 28.32 | 28.12 | - |
| YUV | 144.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 146 | 138 | 0.01 | 0 | 0.05 | 0.43 | 75 | 0.04 | 0.56 |
| Hex | 90 | 92 | 8A | 1 | 0 | 5 | 2B | 4B | 4 | 38 |
| Octal | 220 | 222 | 212 | 1 | 0 | 5 | 53 | 113 | 4 | 70 |
| Binary | 10010000 | 10010010 | 10001010 | 1 | 0 | 101 | 101011 | 1001011 | 100 | 111000 |
Color Harmonies of #90928A
Complementary color
Monochromatic Colors of #90928A
Black with #90928A
Text Example
Text Example
White with #90928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90928A; }
p { color: rgb(144,146,138); }
H1.HeaderClassName
{
color: #90928A;
}
.AnyTagClassName
{
color: #90928A;
}
</style>
background-color css
<style>
a { background-color: #90928A; }
a { background-color: rgb(144,146,138); }
div.DivClassName
{
background-color: #90928A;
}
.BgClassName
{
background-color: #90928A;
}
</style>
border-color css
<style>
span { border-color: #90928A; }
span { border-color: rgb(144,146,138); }
td.TdClassName
{
border-color: #90928A;
}
.TagClassName
{
border-color: #90928A;
}
</style>