Shades of Chinook #93CBA4
Tints of Chinook #93CBA4
RGB
CMYK
RGB Variations
Color information
#93CBA4 (or 0x93CBA4) is known color: Chinook. HEX triplet: 93, CB and A4. RGB value is (147,203,164). Sum of RGB (Red+Green+Blue) = 147+203+164=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #93CBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CBA4 is #6C345B. Grayscale: #B5B5B5. Windows color (decimal): -7091292 or 10800019. OLE color: 10800019.
HSL color Cylindrical-coordinate representation of color #93CBA4: hue angle of 138.21º degrees, saturation: 0.35, 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 #93CBA4 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 203 | 164 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.20 |
| HSL | 138.21º | 0.35% | 0.69% | - |
| HSV(B) | 138.21º | 0.28% | 0.8% | - |
| XYZ | 40.09 | 51.6 | 42.97 | - |
| YUV | 181.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 203 | 164 | 0.28 | 0 | 0.19 | 0.20 | 138.21 | 0.35 | 0.69 |
| Hex | 93 | CB | A4 | 1C | 0 | 13 | 14 | 8A | 23 | 45 |
| Octal | 223 | 313 | 244 | 34 | 0 | 23 | 24 | 212 | 43 | 105 |
| Binary | 10010011 | 11001011 | 10100100 | 11100 | 0 | 10011 | 10100 | 10001010 | 100011 | 1000101 |
Color Harmonies of #93CBA4
Complementary color
Monochromatic Colors of #93CBA4
Black with #93CBA4
Text Example
Text Example
White with #93CBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CBA4; }
p { color: rgb(147,203,164); }
H1.HeaderClassName
{
color: #93CBA4;
}
.AnyTagClassName
{
color: #93CBA4;
}
</style>
background-color css
<style>
a { background-color: #93CBA4; }
a { background-color: rgb(147,203,164); }
div.DivClassName
{
background-color: #93CBA4;
}
.BgClassName
{
background-color: #93CBA4;
}
</style>
border-color css
<style>
span { border-color: #93CBA4; }
span { border-color: rgb(147,203,164); }
td.TdClassName
{
border-color: #93CBA4;
}
.TagClassName
{
border-color: #93CBA4;
}
</style>