Shades of Delta #97A286
Tints of Delta #97A286
RGB
CMYK
RGB Variations
Color information
#97A286 (or 0x97A286) is known color: Delta. HEX triplet: 97, A2 and 86. RGB value is (151,162,134). Sum of RGB (Red+Green+Blue) = 151+162+134=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 162 - color contains mainly: green. Hex color #97A286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A286 is #685D79. Grayscale: #9B9B9B. Windows color (decimal): -6839674 or 8823447. OLE color: 8823447.
HSL color Cylindrical-coordinate representation of color #97A286: hue angle of 83.57º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #97A286 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 162 | 134 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.36 |
| HSL | 83.57º | 0.13% | 0.58% | - |
| HSV(B) | 83.57º | 0.17% | 0.64% | - |
| XYZ | 29.99 | 34.14 | 27.56 | - |
| YUV | 155.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 162 | 134 | 0.07 | 0 | 0.17 | 0.36 | 83.57 | 0.13 | 0.58 |
| Hex | 97 | A2 | 86 | 7 | 0 | 11 | 24 | 54 | D | 3A |
| Octal | 227 | 242 | 206 | 7 | 0 | 21 | 44 | 124 | 15 | 72 |
| Binary | 10010111 | 10100010 | 10000110 | 111 | 0 | 10001 | 100100 | 1010100 | 1101 | 111010 |
Color Harmonies of #97A286
Complementary color
Monochromatic Colors of #97A286
Black with #97A286
Text Example
Text Example
White with #97A286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A286; }
p { color: rgb(151,162,134); }
H1.HeaderClassName
{
color: #97A286;
}
.AnyTagClassName
{
color: #97A286;
}
</style>
background-color css
<style>
a { background-color: #97A286; }
a { background-color: rgb(151,162,134); }
div.DivClassName
{
background-color: #97A286;
}
.BgClassName
{
background-color: #97A286;
}
</style>
border-color css
<style>
span { border-color: #97A286; }
span { border-color: rgb(151,162,134); }
td.TdClassName
{
border-color: #97A286;
}
.TagClassName
{
border-color: #97A286;
}
</style>