Shades of Delta #99A388
Tints of Delta #99A388
RGB
CMYK
RGB Variations
Color information
#99A388 (or 0x99A388) is known color: Delta. HEX triplet: 99, A3 and 88. RGB value is (153,163,136). Sum of RGB (Red+Green+Blue) = 153+163+136=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 163 - color contains mainly: green. Hex color #99A388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A388 is #665C77. Grayscale: #9D9D9D. Windows color (decimal): -6708344 or 8954777. OLE color: 8954777.
HSL color Cylindrical-coordinate representation of color #99A388: hue angle of 82.22º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99A388 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 163 | 136 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.36 |
| HSL | 82.22º | 0.13% | 0.59% | - |
| HSV(B) | 82.22º | 0.17% | 0.64% | - |
| XYZ | 30.68 | 34.74 | 28.38 | - |
| YUV | 156.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 163 | 136 | 0.06 | 0 | 0.17 | 0.36 | 82.22 | 0.13 | 0.59 |
| Hex | 99 | A3 | 88 | 6 | 0 | 11 | 24 | 52 | D | 3B |
| Octal | 231 | 243 | 210 | 6 | 0 | 21 | 44 | 122 | 15 | 73 |
| Binary | 10011001 | 10100011 | 10001000 | 110 | 0 | 10001 | 100100 | 1010010 | 1101 | 111011 |
Color Harmonies of #99A388
Complementary color
Monochromatic Colors of #99A388
Black with #99A388
Text Example
Text Example
White with #99A388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A388; }
p { color: rgb(153,163,136); }
H1.HeaderClassName
{
color: #99A388;
}
.AnyTagClassName
{
color: #99A388;
}
</style>
background-color css
<style>
a { background-color: #99A388; }
a { background-color: rgb(153,163,136); }
div.DivClassName
{
background-color: #99A388;
}
.BgClassName
{
background-color: #99A388;
}
</style>
border-color css
<style>
span { border-color: #99A388; }
span { border-color: rgb(153,163,136); }
td.TdClassName
{
border-color: #99A388;
}
.TagClassName
{
border-color: #99A388;
}
</style>