Shades of Delta #99A688
Tints of Delta #99A688
RGB
CMYK
RGB Variations
Color information
#99A688 (or 0x99A688) is known color: Delta. HEX triplet: 99, A6 and 88. RGB value is (153,166,136). Sum of RGB (Red+Green+Blue) = 153+166+136=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 166 - color contains mainly: green. Hex color #99A688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A688 is #665977. Grayscale: #9E9E9E. Windows color (decimal): -6707576 or 8955545. OLE color: 8955545.
HSL color Cylindrical-coordinate representation of color #99A688: hue angle of 86º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99A688 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 166 | 136 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.35 |
| HSL | 86º | 0.14% | 0.59% | - |
| HSV(B) | 86º | 0.18% | 0.65% | - |
| XYZ | 31.22 | 35.82 | 28.56 | - |
| YUV | 158.69 | 115.19 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 166 | 136 | 0.08 | 0 | 0.18 | 0.35 | 86 | 0.14 | 0.59 |
| Hex | 99 | A6 | 88 | 8 | 0 | 12 | 23 | 56 | E | 3B |
| Octal | 231 | 246 | 210 | 10 | 0 | 22 | 43 | 126 | 16 | 73 |
| Binary | 10011001 | 10100110 | 10001000 | 1000 | 0 | 10010 | 100011 | 1010110 | 1110 | 111011 |
Color Harmonies of #99A688
Complementary color
Monochromatic Colors of #99A688
Black with #99A688
Text Example
Text Example
White with #99A688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A688; }
p { color: rgb(153,166,136); }
H1.HeaderClassName
{
color: #99A688;
}
.AnyTagClassName
{
color: #99A688;
}
</style>
background-color css
<style>
a { background-color: #99A688; }
a { background-color: rgb(153,166,136); }
div.DivClassName
{
background-color: #99A688;
}
.BgClassName
{
background-color: #99A688;
}
</style>
border-color css
<style>
span { border-color: #99A688; }
span { border-color: rgb(153,166,136); }
td.TdClassName
{
border-color: #99A688;
}
.TagClassName
{
border-color: #99A688;
}
</style>