Shades of Delta #9B9E92
Tints of Delta #9B9E92
RGB
CMYK
RGB Variations
Color information
#9B9E92 (or 0x9B9E92) is known color: Delta. HEX triplet: 9B, 9E and 92. RGB value is (155,158,146). Sum of RGB (Red+Green+Blue) = 155+158+146=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 158 - color contains mainly: green. Hex color #9B9E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9E92 is #64616D. Grayscale: #9B9B9B. Windows color (decimal): -6578542 or 9608859. OLE color: 9608859.
HSL color Cylindrical-coordinate representation of color #9B9E92: hue angle of 75º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9B9E92 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 158 | 146 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.38 |
| HSL | 75º | 0.06% | 0.6% | - |
| HSV(B) | 75º | 0.08% | 0.62% | - |
| XYZ | 30.93 | 33.5 | 32.03 | - |
| YUV | 155.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 158 | 146 | 0.02 | 0 | 0.08 | 0.38 | 75 | 0.06 | 0.6 |
| Hex | 9B | 9E | 92 | 2 | 0 | 8 | 26 | 4B | 6 | 3C |
| Octal | 233 | 236 | 222 | 2 | 0 | 10 | 46 | 113 | 6 | 74 |
| Binary | 10011011 | 10011110 | 10010010 | 10 | 0 | 1000 | 100110 | 1001011 | 110 | 111100 |
Color Harmonies of #9B9E92
Complementary color
Monochromatic Colors of #9B9E92
Black with #9B9E92
Text Example
Text Example
White with #9B9E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9E92; }
p { color: rgb(155,158,146); }
H1.HeaderClassName
{
color: #9B9E92;
}
.AnyTagClassName
{
color: #9B9E92;
}
</style>
background-color css
<style>
a { background-color: #9B9E92; }
a { background-color: rgb(155,158,146); }
div.DivClassName
{
background-color: #9B9E92;
}
.BgClassName
{
background-color: #9B9E92;
}
</style>
border-color css
<style>
span { border-color: #9B9E92; }
span { border-color: rgb(155,158,146); }
td.TdClassName
{
border-color: #9B9E92;
}
.TagClassName
{
border-color: #9B9E92;
}
</style>