Shades of Chinook #8BCF99
Tints of Chinook #8BCF99
RGB
CMYK
RGB Variations
Color information
#8BCF99 (or 0x8BCF99) is known color: Chinook. HEX triplet: 8B, CF and 99. RGB value is (139,207,153). Sum of RGB (Red+Green+Blue) = 139+207+153=499 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.86% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCF99 is #743066. Grayscale: #B4B4B4. Windows color (decimal): -7614567 or 10080139. OLE color: 10080139.
HSL color Cylindrical-coordinate representation of color #8BCF99: hue angle of 132.35º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCF99 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 207 | 153 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.19 |
| HSL | 132.35º | 0.41% | 0.68% | - |
| HSV(B) | 132.35º | 0.33% | 0.81% | - |
| XYZ | 38.71 | 52.41 | 38.21 | - |
| YUV | 180.51 | 112.47 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 153 | 0.33 | 0 | 0.26 | 0.19 | 132.35 | 0.41 | 0.68 |
| Hex | 8B | CF | 99 | 21 | 0 | 1A | 13 | 84 | 29 | 44 |
| Octal | 213 | 317 | 231 | 41 | 0 | 32 | 23 | 204 | 51 | 104 |
| Binary | 10001011 | 11001111 | 10011001 | 100001 | 0 | 11010 | 10011 | 10000100 | 101001 | 1000100 |
Color Harmonies of #8BCF99
Complementary color
Monochromatic Colors of #8BCF99
Black with #8BCF99
Text Example
Text Example
White with #8BCF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCF99; }
p { color: rgb(139,207,153); }
H1.HeaderClassName
{
color: #8BCF99;
}
.AnyTagClassName
{
color: #8BCF99;
}
</style>
background-color css
<style>
a { background-color: #8BCF99; }
a { background-color: rgb(139,207,153); }
div.DivClassName
{
background-color: #8BCF99;
}
.BgClassName
{
background-color: #8BCF99;
}
</style>
border-color css
<style>
span { border-color: #8BCF99; }
span { border-color: rgb(139,207,153); }
td.TdClassName
{
border-color: #8BCF99;
}
.TagClassName
{
border-color: #8BCF99;
}
</style>