Shades of Delta #98A18A
Tints of Delta #98A18A
RGB
CMYK
RGB Variations
Color information
#98A18A (or 0x98A18A) is known color: Delta. HEX triplet: 98, A1 and 8A. RGB value is (152,161,138). Sum of RGB (Red+Green+Blue) = 152+161+138=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 161 - color contains mainly: green. Hex color #98A18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A18A is #675E75. Grayscale: #9B9B9B. Windows color (decimal): -6774390 or 9085336. OLE color: 9085336.
HSL color Cylindrical-coordinate representation of color #98A18A: hue angle of 83.48º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #98A18A is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 161 | 138 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.37 |
| HSL | 83.48º | 0.11% | 0.59% | - |
| HSV(B) | 83.48º | 0.14% | 0.63% | - |
| XYZ | 30.28 | 34 | 29.01 | - |
| YUV | 155.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 161 | 138 | 0.06 | 0 | 0.14 | 0.37 | 83.48 | 0.11 | 0.59 |
| Hex | 98 | A1 | 8A | 6 | 0 | E | 25 | 53 | B | 3B |
| Octal | 230 | 241 | 212 | 6 | 0 | 16 | 45 | 123 | 13 | 73 |
| Binary | 10011000 | 10100001 | 10001010 | 110 | 0 | 1110 | 100101 | 1010011 | 1011 | 111011 |
Color Harmonies of #98A18A
Complementary color
Monochromatic Colors of #98A18A
Black with #98A18A
Text Example
Text Example
White with #98A18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A18A; }
p { color: rgb(152,161,138); }
H1.HeaderClassName
{
color: #98A18A;
}
.AnyTagClassName
{
color: #98A18A;
}
</style>
background-color css
<style>
a { background-color: #98A18A; }
a { background-color: rgb(152,161,138); }
div.DivClassName
{
background-color: #98A18A;
}
.BgClassName
{
background-color: #98A18A;
}
</style>
border-color css
<style>
span { border-color: #98A18A; }
span { border-color: rgb(152,161,138); }
td.TdClassName
{
border-color: #98A18A;
}
.TagClassName
{
border-color: #98A18A;
}
</style>