Shades of Delta #99A588
Tints of Delta #99A588
RGB
CMYK
RGB Variations
Color information
#99A588 (or 0x99A588) is known color: Delta. HEX triplet: 99, A5 and 88. RGB value is (153,165,136). Sum of RGB (Red+Green+Blue) = 153+165+136=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 165 - color contains mainly: green. Hex color #99A588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A588 is #665A77. Grayscale: #9E9E9E. Windows color (decimal): -6707832 or 8955289. OLE color: 8955289.
HSL color Cylindrical-coordinate representation of color #99A588: hue angle of 84.83º 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 #99A588 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 165 | 136 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.35 |
| HSL | 84.83º | 0.14% | 0.59% | - |
| HSV(B) | 84.83º | 0.18% | 0.65% | - |
| XYZ | 31.04 | 35.46 | 28.5 | - |
| YUV | 158.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 136 | 0.07 | 0 | 0.18 | 0.35 | 84.83 | 0.14 | 0.59 |
| Hex | 99 | A5 | 88 | 7 | 0 | 12 | 23 | 55 | E | 3B |
| Octal | 231 | 245 | 210 | 7 | 0 | 22 | 43 | 125 | 16 | 73 |
| Binary | 10011001 | 10100101 | 10001000 | 111 | 0 | 10010 | 100011 | 1010101 | 1110 | 111011 |
Color Harmonies of #99A588
Complementary color
Monochromatic Colors of #99A588
Black with #99A588
Text Example
Text Example
White with #99A588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A588; }
p { color: rgb(153,165,136); }
H1.HeaderClassName
{
color: #99A588;
}
.AnyTagClassName
{
color: #99A588;
}
</style>
background-color css
<style>
a { background-color: #99A588; }
a { background-color: rgb(153,165,136); }
div.DivClassName
{
background-color: #99A588;
}
.BgClassName
{
background-color: #99A588;
}
</style>
border-color css
<style>
span { border-color: #99A588; }
span { border-color: rgb(153,165,136); }
td.TdClassName
{
border-color: #99A588;
}
.TagClassName
{
border-color: #99A588;
}
</style>