Shades of Chinook #8BDA98
Tints of Chinook #8BDA98
RGB
CMYK
RGB Variations
Color information
#8BDA98 (or 0x8BDA98) is known color: Chinook. HEX triplet: 8B, DA and 98. RGB value is (139,218,152). Sum of RGB (Red+Green+Blue) = 139+218+152=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #8BDA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDA98 is #742567. Grayscale: #BBBBBB. Windows color (decimal): -7611752 or 10017419. OLE color: 10017419.
HSL color Cylindrical-coordinate representation of color #8BDA98: hue angle of 129.87º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BDA98 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 218 | 152 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.15 |
| HSL | 129.87º | 0.52% | 0.7% | - |
| HSV(B) | 129.87º | 0.36% | 0.85% | - |
| XYZ | 41.39 | 57.9 | 38.7 | - |
| YUV | 186.86 | 108.33 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 218 | 152 | 0.36 | 0 | 0.30 | 0.15 | 129.87 | 0.52 | 0.7 |
| Hex | 8B | DA | 98 | 24 | 0 | 1E | F | 82 | 34 | 46 |
| Octal | 213 | 332 | 230 | 44 | 0 | 36 | 17 | 202 | 64 | 106 |
| Binary | 10001011 | 11011010 | 10011000 | 100100 | 0 | 11110 | 1111 | 10000010 | 110100 | 1000110 |
Color Harmonies of #8BDA98
Complementary color
Monochromatic Colors of #8BDA98
Black with #8BDA98
Text Example
Text Example
White with #8BDA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDA98; }
p { color: rgb(139,218,152); }
H1.HeaderClassName
{
color: #8BDA98;
}
.AnyTagClassName
{
color: #8BDA98;
}
</style>
background-color css
<style>
a { background-color: #8BDA98; }
a { background-color: rgb(139,218,152); }
div.DivClassName
{
background-color: #8BDA98;
}
.BgClassName
{
background-color: #8BDA98;
}
</style>
border-color css
<style>
span { border-color: #8BDA98; }
span { border-color: rgb(139,218,152); }
td.TdClassName
{
border-color: #8BDA98;
}
.TagClassName
{
border-color: #8BDA98;
}
</style>