Shades of Chinook #8CCD99
Tints of Chinook #8CCD99
RGB
CMYK
RGB Variations
Color information
#8CCD99 (or 0x8CCD99) is known color: Chinook. HEX triplet: 8C, CD and 99. RGB value is (140,205,153). Sum of RGB (Red+Green+Blue) = 140+205+153=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCD99 is #733266. Grayscale: #B3B3B3. Windows color (decimal): -7549543 or 10079628. OLE color: 10079628.
HSL color Cylindrical-coordinate representation of color #8CCD99: hue angle of 132º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCD99 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 153 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.20 |
| HSL | 132º | 0.39% | 0.68% | - |
| HSV(B) | 132º | 0.32% | 0.8% | - |
| XYZ | 38.4 | 51.54 | 38.06 | - |
| YUV | 179.64 | 112.97 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 153 | 0.32 | 0 | 0.25 | 0.20 | 132 | 0.39 | 0.68 |
| Hex | 8C | CD | 99 | 20 | 0 | 19 | 14 | 84 | 27 | 44 |
| Octal | 214 | 315 | 231 | 40 | 0 | 31 | 24 | 204 | 47 | 104 |
| Binary | 10001100 | 11001101 | 10011001 | 100000 | 0 | 11001 | 10100 | 10000100 | 100111 | 1000100 |
Color Harmonies of #8CCD99
Complementary color
Monochromatic Colors of #8CCD99
Black with #8CCD99
Text Example
Text Example
White with #8CCD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCD99; }
p { color: rgb(140,205,153); }
H1.HeaderClassName
{
color: #8CCD99;
}
.AnyTagClassName
{
color: #8CCD99;
}
</style>
background-color css
<style>
a { background-color: #8CCD99; }
a { background-color: rgb(140,205,153); }
div.DivClassName
{
background-color: #8CCD99;
}
.BgClassName
{
background-color: #8CCD99;
}
</style>
border-color css
<style>
span { border-color: #8CCD99; }
span { border-color: rgb(140,205,153); }
td.TdClassName
{
border-color: #8CCD99;
}
.TagClassName
{
border-color: #8CCD99;
}
</style>