Shades of Chinook #8FCB99
Tints of Chinook #8FCB99
RGB
CMYK
RGB Variations
Color information
#8FCB99 (or 0x8FCB99) is known color: Chinook. HEX triplet: 8F, CB and 99. RGB value is (143,203,153). Sum of RGB (Red+Green+Blue) = 143+203+153=499 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.66% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCB99 is #703466. Grayscale: #B3B3B3. Windows color (decimal): -7353447 or 10079119. OLE color: 10079119.
HSL color Cylindrical-coordinate representation of color #8FCB99: hue angle of 130º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCB99 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 153 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.20 |
| HSL | 130º | 0.37% | 0.68% | - |
| HSV(B) | 130º | 0.3% | 0.8% | - |
| XYZ | 38.43 | 50.85 | 37.93 | - |
| YUV | 179.36 | 113.12 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 153 | 0.30 | 0 | 0.25 | 0.20 | 130 | 0.37 | 0.68 |
| Hex | 8F | CB | 99 | 1E | 0 | 19 | 14 | 82 | 25 | 44 |
| Octal | 217 | 313 | 231 | 36 | 0 | 31 | 24 | 202 | 45 | 104 |
| Binary | 10001111 | 11001011 | 10011001 | 11110 | 0 | 11001 | 10100 | 10000010 | 100101 | 1000100 |
Color Harmonies of #8FCB99
Complementary color
Monochromatic Colors of #8FCB99
Black with #8FCB99
Text Example
Text Example
White with #8FCB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCB99; }
p { color: rgb(143,203,153); }
H1.HeaderClassName
{
color: #8FCB99;
}
.AnyTagClassName
{
color: #8FCB99;
}
</style>
background-color css
<style>
a { background-color: #8FCB99; }
a { background-color: rgb(143,203,153); }
div.DivClassName
{
background-color: #8FCB99;
}
.BgClassName
{
background-color: #8FCB99;
}
</style>
border-color css
<style>
span { border-color: #8FCB99; }
span { border-color: rgb(143,203,153); }
td.TdClassName
{
border-color: #8FCB99;
}
.TagClassName
{
border-color: #8FCB99;
}
</style>