Shades of Chinook #8BD599
Tints of Chinook #8BD599
RGB
CMYK
RGB Variations
Color information
#8BD599 (or 0x8BD599) is known color: Chinook. HEX triplet: 8B, D5 and 99. RGB value is (139,213,153). Sum of RGB (Red+Green+Blue) = 139+213+153=505 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.52% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD599 is #742A66. Grayscale: #B8B8B8. Windows color (decimal): -7613031 or 10081675. OLE color: 10081675.
HSL color Cylindrical-coordinate representation of color #8BD599: hue angle of 131.35º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BD599 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 213 | 153 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.16 |
| HSL | 131.35º | 0.47% | 0.69% | - |
| HSV(B) | 131.35º | 0.35% | 0.84% | - |
| XYZ | 40.19 | 55.38 | 38.71 | - |
| YUV | 184.03 | 110.48 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 213 | 153 | 0.35 | 0 | 0.28 | 0.16 | 131.35 | 0.47 | 0.69 |
| Hex | 8B | D5 | 99 | 23 | 0 | 1C | 10 | 83 | 2F | 45 |
| Octal | 213 | 325 | 231 | 43 | 0 | 34 | 20 | 203 | 57 | 105 |
| Binary | 10001011 | 11010101 | 10011001 | 100011 | 0 | 11100 | 10000 | 10000011 | 101111 | 1000101 |
Color Harmonies of #8BD599
Complementary color
Monochromatic Colors of #8BD599
Black with #8BD599
Text Example
Text Example
White with #8BD599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD599; }
p { color: rgb(139,213,153); }
H1.HeaderClassName
{
color: #8BD599;
}
.AnyTagClassName
{
color: #8BD599;
}
</style>
background-color css
<style>
a { background-color: #8BD599; }
a { background-color: rgb(139,213,153); }
div.DivClassName
{
background-color: #8BD599;
}
.BgClassName
{
background-color: #8BD599;
}
</style>
border-color css
<style>
span { border-color: #8BD599; }
span { border-color: rgb(139,213,153); }
td.TdClassName
{
border-color: #8BD599;
}
.TagClassName
{
border-color: #8BD599;
}
</style>