Shades of Chinook #93CC9A
Tints of Chinook #93CC9A
RGB
CMYK
RGB Variations
Color information
#93CC9A (or 0x93CC9A) is known color: Chinook. HEX triplet: 93, CC and 9A. RGB value is (147,204,154). Sum of RGB (Red+Green+Blue) = 147+204+154=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #93CC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CC9A is #6C3365. Grayscale: #B5B5B5. Windows color (decimal): -7091046 or 10144915. OLE color: 10144915.
HSL color Cylindrical-coordinate representation of color #93CC9A: hue angle of 127.37º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93CC9A is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 204 | 154 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.2 |
| HSL | 127.37º | 0.36% | 0.69% | - |
| HSV(B) | 127.37º | 0.28% | 0.8% | - |
| XYZ | 39.46 | 51.72 | 38.48 | - |
| YUV | 181.26 | 112.62 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 204 | 154 | 0.28 | 0 | 0.25 | 0.2 | 127.37 | 0.36 | 0.69 |
| Hex | 93 | CC | 9A | 1C | 0 | 19 | 14 | 7F | 24 | 45 |
| Octal | 223 | 314 | 232 | 34 | 0 | 31 | 24 | 177 | 44 | 105 |
| Binary | 10010011 | 11001100 | 10011010 | 11100 | 0 | 11001 | 10100 | 1111111 | 100100 | 1000101 |
Color Harmonies of #93CC9A
Complementary color
Monochromatic Colors of #93CC9A
Black with #93CC9A
Text Example
Text Example
White with #93CC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CC9A; }
p { color: rgb(147,204,154); }
H1.HeaderClassName
{
color: #93CC9A;
}
.AnyTagClassName
{
color: #93CC9A;
}
</style>
background-color css
<style>
a { background-color: #93CC9A; }
a { background-color: rgb(147,204,154); }
div.DivClassName
{
background-color: #93CC9A;
}
.BgClassName
{
background-color: #93CC9A;
}
</style>
border-color css
<style>
span { border-color: #93CC9A; }
span { border-color: rgb(147,204,154); }
td.TdClassName
{
border-color: #93CC9A;
}
.TagClassName
{
border-color: #93CC9A;
}
</style>