Shades of Chinook #93C69D
Tints of Chinook #93C69D
RGB
CMYK
RGB Variations
Color information
#93C69D (or 0x93C69D) is known color: Chinook. HEX triplet: 93, C6 and 9D. RGB value is (147,198,157). Sum of RGB (Red+Green+Blue) = 147+198+157=502 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.28% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 198 - color contains mainly: green. Hex color #93C69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C69D is #6C3962. Grayscale: #B2B2B2. Windows color (decimal): -7092579 or 10339987. OLE color: 10339987.
HSL color Cylindrical-coordinate representation of color #93C69D: hue angle of 131.76º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93C69D is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 198 | 157 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.22 |
| HSL | 131.76º | 0.31% | 0.68% | - |
| HSV(B) | 131.76º | 0.26% | 0.78% | - |
| XYZ | 38.31 | 49.03 | 39.34 | - |
| YUV | 178.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 198 | 157 | 0.26 | 0 | 0.21 | 0.22 | 131.76 | 0.31 | 0.68 |
| Hex | 93 | C6 | 9D | 1A | 0 | 15 | 16 | 84 | 1F | 44 |
| Octal | 223 | 306 | 235 | 32 | 0 | 25 | 26 | 204 | 37 | 104 |
| Binary | 10010011 | 11000110 | 10011101 | 11010 | 0 | 10101 | 10110 | 10000100 | 11111 | 1000100 |
Color Harmonies of #93C69D
Complementary color
Monochromatic Colors of #93C69D
Black with #93C69D
Text Example
Text Example
White with #93C69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C69D; }
p { color: rgb(147,198,157); }
H1.HeaderClassName
{
color: #93C69D;
}
.AnyTagClassName
{
color: #93C69D;
}
</style>
background-color css
<style>
a { background-color: #93C69D; }
a { background-color: rgb(147,198,157); }
div.DivClassName
{
background-color: #93C69D;
}
.BgClassName
{
background-color: #93C69D;
}
</style>
border-color css
<style>
span { border-color: #93C69D; }
span { border-color: rgb(147,198,157); }
td.TdClassName
{
border-color: #93C69D;
}
.TagClassName
{
border-color: #93C69D;
}
</style>