Shades of Delta #999B94
Tints of Delta #999B94
RGB
CMYK
RGB Variations
Color information
#999B94 (or 0x999B94) is known color: Delta. HEX triplet: 99, 9B and 94. RGB value is (153,155,148). Sum of RGB (Red+Green+Blue) = 153+155+148=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 155 - color contains mainly: green. Hex color #999B94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999B94 is #66646B. Grayscale: #999999. Windows color (decimal): -6710380 or 9739161. OLE color: 9739161.
HSL color Cylindrical-coordinate representation of color #999B94: hue angle of 77.14º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #999B94 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 155 | 148 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.39 |
| HSL | 77.14º | 0.03% | 0.59% | - |
| HSV(B) | 77.14º | 0.05% | 0.61% | - |
| XYZ | 30.2 | 32.35 | 32.67 | - |
| YUV | 153.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 148 | 0.01 | 0 | 0.05 | 0.39 | 77.14 | 0.03 | 0.59 |
| Hex | 99 | 9B | 94 | 1 | 0 | 5 | 27 | 4D | 3 | 3B |
| Octal | 231 | 233 | 224 | 1 | 0 | 5 | 47 | 115 | 3 | 73 |
| Binary | 10011001 | 10011011 | 10010100 | 1 | 0 | 101 | 100111 | 1001101 | 11 | 111011 |
Color Harmonies of #999B94
Complementary color
Monochromatic Colors of #999B94
Black with #999B94
Text Example
Text Example
White with #999B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999B94; }
p { color: rgb(153,155,148); }
H1.HeaderClassName
{
color: #999B94;
}
.AnyTagClassName
{
color: #999B94;
}
</style>
background-color css
<style>
a { background-color: #999B94; }
a { background-color: rgb(153,155,148); }
div.DivClassName
{
background-color: #999B94;
}
.BgClassName
{
background-color: #999B94;
}
</style>
border-color css
<style>
span { border-color: #999B94; }
span { border-color: rgb(153,155,148); }
td.TdClassName
{
border-color: #999B94;
}
.TagClassName
{
border-color: #999B94;
}
</style>