Shades of Delta #99A488
Tints of Delta #99A488
RGB
CMYK
RGB Variations
Color information
#99A488 (or 0x99A488) is known color: Delta. HEX triplet: 99, A4 and 88. RGB value is (153,164,136). Sum of RGB (Red+Green+Blue) = 153+164+136=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 164 - color contains mainly: green. Hex color #99A488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A488 is #665B77. Grayscale: #9D9D9D. Windows color (decimal): -6708088 or 8955033. OLE color: 8955033.
HSL color Cylindrical-coordinate representation of color #99A488: hue angle of 83.57º 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 #99A488 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 164 | 136 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.36 |
| HSL | 83.57º | 0.13% | 0.59% | - |
| HSV(B) | 83.57º | 0.17% | 0.64% | - |
| XYZ | 30.86 | 35.1 | 28.44 | - |
| YUV | 157.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 136 | 0.07 | 0 | 0.17 | 0.36 | 83.57 | 0.13 | 0.59 |
| Hex | 99 | A4 | 88 | 7 | 0 | 11 | 24 | 54 | D | 3B |
| Octal | 231 | 244 | 210 | 7 | 0 | 21 | 44 | 124 | 15 | 73 |
| Binary | 10011001 | 10100100 | 10001000 | 111 | 0 | 10001 | 100100 | 1010100 | 1101 | 111011 |
Color Harmonies of #99A488
Complementary color
Monochromatic Colors of #99A488
Black with #99A488
Text Example
Text Example
White with #99A488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A488; }
p { color: rgb(153,164,136); }
H1.HeaderClassName
{
color: #99A488;
}
.AnyTagClassName
{
color: #99A488;
}
</style>
background-color css
<style>
a { background-color: #99A488; }
a { background-color: rgb(153,164,136); }
div.DivClassName
{
background-color: #99A488;
}
.BgClassName
{
background-color: #99A488;
}
</style>
border-color css
<style>
span { border-color: #99A488; }
span { border-color: rgb(153,164,136); }
td.TdClassName
{
border-color: #99A488;
}
.TagClassName
{
border-color: #99A488;
}
</style>