Shades of Delta #9FA298
Tints of Delta #9FA298
RGB
CMYK
RGB Variations
Color information
#9FA298 (or 0x9FA298) is known color: Delta. HEX triplet: 9F, A2 and 98. RGB value is (159,162,152). Sum of RGB (Red+Green+Blue) = 159+162+152=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA298 is #605D67. Grayscale: #A0A0A0. Windows color (decimal): -6315368 or 10003103. OLE color: 10003103.
HSL color Cylindrical-coordinate representation of color #9FA298: hue angle of 78º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9FA298 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 162 | 152 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.36 |
| HSL | 78º | 0.05% | 0.62% | - |
| HSV(B) | 78º | 0.06% | 0.64% | - |
| XYZ | 32.89 | 35.48 | 34.82 | - |
| YUV | 159.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 162 | 152 | 0.02 | 0 | 0.06 | 0.36 | 78 | 0.05 | 0.62 |
| Hex | 9F | A2 | 98 | 2 | 0 | 6 | 24 | 4E | 5 | 3E |
| Octal | 237 | 242 | 230 | 2 | 0 | 6 | 44 | 116 | 5 | 76 |
| Binary | 10011111 | 10100010 | 10011000 | 10 | 0 | 110 | 100100 | 1001110 | 101 | 111110 |
Color Harmonies of #9FA298
Complementary color
Monochromatic Colors of #9FA298
Black with #9FA298
Text Example
Text Example
White with #9FA298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA298; }
p { color: rgb(159,162,152); }
H1.HeaderClassName
{
color: #9FA298;
}
.AnyTagClassName
{
color: #9FA298;
}
</style>
background-color css
<style>
a { background-color: #9FA298; }
a { background-color: rgb(159,162,152); }
div.DivClassName
{
background-color: #9FA298;
}
.BgClassName
{
background-color: #9FA298;
}
</style>
border-color css
<style>
span { border-color: #9FA298; }
span { border-color: rgb(159,162,152); }
td.TdClassName
{
border-color: #9FA298;
}
.TagClassName
{
border-color: #9FA298;
}
</style>