Shades of Chinook #99D69D
Tints of Chinook #99D69D
RGB
CMYK
RGB Variations
Color information
#99D69D (or 0x99D69D) is known color: Chinook. HEX triplet: 99, D6 and 9D. RGB value is (153,214,157). Sum of RGB (Red+Green+Blue) = 153+214+157=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #99D69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D69D is #662962. Grayscale: #BDBDBD. Windows color (decimal): -6695267 or 10344089. OLE color: 10344089.
HSL color Cylindrical-coordinate representation of color #99D69D: hue angle of 123.93º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D69D is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 214 | 157 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.16 |
| HSL | 123.93º | 0.43% | 0.72% | - |
| HSV(B) | 123.93º | 0.29% | 0.84% | - |
| XYZ | 43.27 | 57.3 | 40.68 | - |
| YUV | 189.26 | 109.79 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 214 | 157 | 0.29 | 0 | 0.27 | 0.16 | 123.93 | 0.43 | 0.72 |
| Hex | 99 | D6 | 9D | 1D | 0 | 1B | 10 | 7C | 2B | 48 |
| Octal | 231 | 326 | 235 | 35 | 0 | 33 | 20 | 174 | 53 | 110 |
| Binary | 10011001 | 11010110 | 10011101 | 11101 | 0 | 11011 | 10000 | 1111100 | 101011 | 1001000 |
Color Harmonies of #99D69D
Complementary color
Monochromatic Colors of #99D69D
Black with #99D69D
Text Example
Text Example
White with #99D69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D69D; }
p { color: rgb(153,214,157); }
H1.HeaderClassName
{
color: #99D69D;
}
.AnyTagClassName
{
color: #99D69D;
}
</style>
background-color css
<style>
a { background-color: #99D69D; }
a { background-color: rgb(153,214,157); }
div.DivClassName
{
background-color: #99D69D;
}
.BgClassName
{
background-color: #99D69D;
}
</style>
border-color css
<style>
span { border-color: #99D69D; }
span { border-color: rgb(153,214,157); }
td.TdClassName
{
border-color: #99D69D;
}
.TagClassName
{
border-color: #99D69D;
}
</style>