Shades of Delta #9DA298
Tints of Delta #9DA298
RGB
CMYK
RGB Variations
Color information
#9DA298 (or 0x9DA298) is known color: Delta. HEX triplet: 9D, A2 and 98. RGB value is (157,162,152). Sum of RGB (Red+Green+Blue) = 157+162+152=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA298 is #625D67. Grayscale: #9F9F9F. Windows color (decimal): -6446440 or 10003101. OLE color: 10003101.
HSL color Cylindrical-coordinate representation of color #9DA298: hue angle of 90º 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 #9DA298 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 162 | 152 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.36 |
| HSL | 90º | 0.05% | 0.62% | - |
| HSV(B) | 90º | 0.06% | 0.64% | - |
| XYZ | 32.49 | 35.28 | 34.8 | - |
| YUV | 159.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 162 | 152 | 0.03 | 0 | 0.06 | 0.36 | 90 | 0.05 | 0.62 |
| Hex | 9D | A2 | 98 | 3 | 0 | 6 | 24 | 5A | 5 | 3E |
| Octal | 235 | 242 | 230 | 3 | 0 | 6 | 44 | 132 | 5 | 76 |
| Binary | 10011101 | 10100010 | 10011000 | 11 | 0 | 110 | 100100 | 1011010 | 101 | 111110 |
Color Harmonies of #9DA298
Complementary color
Monochromatic Colors of #9DA298
Black with #9DA298
Text Example
Text Example
White with #9DA298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA298; }
p { color: rgb(157,162,152); }
H1.HeaderClassName
{
color: #9DA298;
}
.AnyTagClassName
{
color: #9DA298;
}
</style>
background-color css
<style>
a { background-color: #9DA298; }
a { background-color: rgb(157,162,152); }
div.DivClassName
{
background-color: #9DA298;
}
.BgClassName
{
background-color: #9DA298;
}
</style>
border-color css
<style>
span { border-color: #9DA298; }
span { border-color: rgb(157,162,152); }
td.TdClassName
{
border-color: #9DA298;
}
.TagClassName
{
border-color: #9DA298;
}
</style>