Shades of Delta #98A38A
Tints of Delta #98A38A
RGB
CMYK
RGB Variations
Color information
#98A38A (or 0x98A38A) is known color: Delta. HEX triplet: 98, A3 and 8A. RGB value is (152,163,138). Sum of RGB (Red+Green+Blue) = 152+163+138=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 163 - color contains mainly: green. Hex color #98A38A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A38A is #675C75. Grayscale: #9C9C9C. Windows color (decimal): -6773878 or 9085848. OLE color: 9085848.
HSL color Cylindrical-coordinate representation of color #98A38A: hue angle of 86.4º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #98A38A is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 163 | 138 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.36 |
| HSL | 86.4º | 0.12% | 0.59% | - |
| HSV(B) | 86.4º | 0.15% | 0.64% | - |
| XYZ | 30.63 | 34.7 | 29.13 | - |
| YUV | 156.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 163 | 138 | 0.07 | 0 | 0.15 | 0.36 | 86.4 | 0.12 | 0.59 |
| Hex | 98 | A3 | 8A | 7 | 0 | F | 24 | 56 | C | 3B |
| Octal | 230 | 243 | 212 | 7 | 0 | 17 | 44 | 126 | 14 | 73 |
| Binary | 10011000 | 10100011 | 10001010 | 111 | 0 | 1111 | 100100 | 1010110 | 1100 | 111011 |
Color Harmonies of #98A38A
Complementary color
Monochromatic Colors of #98A38A
Black with #98A38A
Text Example
Text Example
White with #98A38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A38A; }
p { color: rgb(152,163,138); }
H1.HeaderClassName
{
color: #98A38A;
}
.AnyTagClassName
{
color: #98A38A;
}
</style>
background-color css
<style>
a { background-color: #98A38A; }
a { background-color: rgb(152,163,138); }
div.DivClassName
{
background-color: #98A38A;
}
.BgClassName
{
background-color: #98A38A;
}
</style>
border-color css
<style>
span { border-color: #98A38A; }
span { border-color: rgb(152,163,138); }
td.TdClassName
{
border-color: #98A38A;
}
.TagClassName
{
border-color: #98A38A;
}
</style>