Shades of Chinook #93C69C
Tints of Chinook #93C69C
RGB
CMYK
RGB Variations
Color information
#93C69C (or 0x93C69C) is known color: Chinook. HEX triplet: 93, C6 and 9C. RGB value is (147,198,156). Sum of RGB (Red+Green+Blue) = 147+198+156=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 198 - color contains mainly: green. Hex color #93C69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C69C is #6C3963. Grayscale: #B2B2B2. Windows color (decimal): -7092580 or 10274451. OLE color: 10274451.
HSL color Cylindrical-coordinate representation of color #93C69C: hue angle of 130.59º 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 #93C69C is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 198 | 156 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.22 |
| HSL | 130.59º | 0.31% | 0.68% | - |
| HSV(B) | 130.59º | 0.26% | 0.78% | - |
| XYZ | 38.23 | 48.99 | 38.89 | - |
| YUV | 177.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 198 | 156 | 0.26 | 0 | 0.21 | 0.22 | 130.59 | 0.31 | 0.68 |
| Hex | 93 | C6 | 9C | 1A | 0 | 15 | 16 | 83 | 1F | 44 |
| Octal | 223 | 306 | 234 | 32 | 0 | 25 | 26 | 203 | 37 | 104 |
| Binary | 10010011 | 11000110 | 10011100 | 11010 | 0 | 10101 | 10110 | 10000011 | 11111 | 1000100 |
Color Harmonies of #93C69C
Complementary color
Monochromatic Colors of #93C69C
Black with #93C69C
Text Example
Text Example
White with #93C69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C69C; }
p { color: rgb(147,198,156); }
H1.HeaderClassName
{
color: #93C69C;
}
.AnyTagClassName
{
color: #93C69C;
}
</style>
background-color css
<style>
a { background-color: #93C69C; }
a { background-color: rgb(147,198,156); }
div.DivClassName
{
background-color: #93C69C;
}
.BgClassName
{
background-color: #93C69C;
}
</style>
border-color css
<style>
span { border-color: #93C69C; }
span { border-color: rgb(147,198,156); }
td.TdClassName
{
border-color: #93C69C;
}
.TagClassName
{
border-color: #93C69C;
}
</style>