Shades of Delta #92998A
Tints of Delta #92998A
RGB
CMYK
RGB Variations
Color information
#92998A (or 0x92998A) is known color: Delta. HEX triplet: 92, 99 and 8A. RGB value is (146,153,138). Sum of RGB (Red+Green+Blue) = 146+153+138=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 153 - color contains mainly: green. Hex color #92998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92998A is #6D6675. Grayscale: #959595. Windows color (decimal): -7169654 or 9083282. OLE color: 9083282.
HSL color Cylindrical-coordinate representation of color #92998A: hue angle of 88º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #92998A is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
RGB | 146 | 153 | 138 | - |
CMYK | 0.05 | 0 | 0.10 | 0.4 |
HSL | 88º | 0.07% | 0.57% | - |
HSV(B) | 88º | 0.1% | 0.6% | - |
XYZ | 27.83 | 30.73 | 28.51 | - |
YUV | 149.2 | 121.68 | 125.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 146 | 153 | 138 | 0.05 | 0 | 0.10 | 0.4 | 88 | 0.07 | 0.57 |
Hex | 92 | 99 | 8A | 5 | 0 | A | 28 | 58 | 7 | 39 |
Octal | 222 | 231 | 212 | 5 | 0 | 12 | 50 | 130 | 7 | 71 |
Binary | 10010010 | 10011001 | 10001010 | 101 | 0 | 1010 | 101000 | 1011000 | 111 | 111001 |
Color Harmonies of #92998A
Complementary color
Monochromatic Colors of #92998A
Black with #92998A
Text Example
Text Example
White with #92998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92998A; }
p { color: rgb(146,153,138); }
H1.HeaderClassName
{
color: #92998A;
}
.AnyTagClassName
{
color: #92998A;
}
</style>
background-color css
<style>
a { background-color: #92998A; }
a { background-color: rgb(146,153,138); }
div.DivClassName
{
background-color: #92998A;
}
.BgClassName
{
background-color: #92998A;
}
</style>
border-color css
<style>
span { border-color: #92998A; }
span { border-color: rgb(146,153,138); }
td.TdClassName
{
border-color: #92998A;
}
.TagClassName
{
border-color: #92998A;
}
</style>