Shades of Delta #99A190
Tints of Delta #99A190
RGB
CMYK
RGB Variations
Color information
#99A190 (or 0x99A190) is known color: Delta. HEX triplet: 99, A1 and 90. RGB value is (153,161,144). Sum of RGB (Red+Green+Blue) = 153+161+144=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 161 - color contains mainly: green. Hex color #99A190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A190 is #665E6F. Grayscale: #9C9C9C. Windows color (decimal): -6708848 or 9478553. OLE color: 9478553.
HSL color Cylindrical-coordinate representation of color #99A190: hue angle of 88.24º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #99A190 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 161 | 144 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.37 |
| HSL | 88.24º | 0.08% | 0.6% | - |
| HSV(B) | 88.24º | 0.11% | 0.63% | - |
| XYZ | 30.92 | 34.28 | 31.37 | - |
| YUV | 156.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 144 | 0.05 | 0 | 0.11 | 0.37 | 88.24 | 0.08 | 0.6 |
| Hex | 99 | A1 | 90 | 5 | 0 | B | 25 | 58 | 8 | 3C |
| Octal | 231 | 241 | 220 | 5 | 0 | 13 | 45 | 130 | 10 | 74 |
| Binary | 10011001 | 10100001 | 10010000 | 101 | 0 | 1011 | 100101 | 1011000 | 1000 | 111100 |
Color Harmonies of #99A190
Complementary color
Monochromatic Colors of #99A190
Black with #99A190
Text Example
Text Example
White with #99A190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A190; }
p { color: rgb(153,161,144); }
H1.HeaderClassName
{
color: #99A190;
}
.AnyTagClassName
{
color: #99A190;
}
</style>
background-color css
<style>
a { background-color: #99A190; }
a { background-color: rgb(153,161,144); }
div.DivClassName
{
background-color: #99A190;
}
.BgClassName
{
background-color: #99A190;
}
</style>
border-color css
<style>
span { border-color: #99A190; }
span { border-color: rgb(153,161,144); }
td.TdClassName
{
border-color: #99A190;
}
.TagClassName
{
border-color: #99A190;
}
</style>