Shades of Chinook #93CB9B
Tints of Chinook #93CB9B
RGB
CMYK
RGB Variations
Color information
#93CB9B (or 0x93CB9B) is known color: Chinook. HEX triplet: 93, CB and 9B. RGB value is (147,203,155). Sum of RGB (Red+Green+Blue) = 147+203+155=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #93CB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CB9B is #6C3464. Grayscale: #B4B4B4. Windows color (decimal): -7091301 or 10210195. OLE color: 10210195.
HSL color Cylindrical-coordinate representation of color #93CB9B: hue angle of 128.57º 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 #93CB9B is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 203 | 155 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.20 |
| HSL | 128.57º | 0.35% | 0.69% | - |
| HSV(B) | 128.57º | 0.28% | 0.8% | - |
| XYZ | 39.3 | 51.28 | 38.84 | - |
| YUV | 180.78 | 113.45 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 203 | 155 | 0.28 | 0 | 0.24 | 0.20 | 128.57 | 0.35 | 0.69 |
| Hex | 93 | CB | 9B | 1C | 0 | 18 | 14 | 81 | 23 | 45 |
| Octal | 223 | 313 | 233 | 34 | 0 | 30 | 24 | 201 | 43 | 105 |
| Binary | 10010011 | 11001011 | 10011011 | 11100 | 0 | 11000 | 10100 | 10000001 | 100011 | 1000101 |
Color Harmonies of #93CB9B
Complementary color
Monochromatic Colors of #93CB9B
Black with #93CB9B
Text Example
Text Example
White with #93CB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CB9B; }
p { color: rgb(147,203,155); }
H1.HeaderClassName
{
color: #93CB9B;
}
.AnyTagClassName
{
color: #93CB9B;
}
</style>
background-color css
<style>
a { background-color: #93CB9B; }
a { background-color: rgb(147,203,155); }
div.DivClassName
{
background-color: #93CB9B;
}
.BgClassName
{
background-color: #93CB9B;
}
</style>
border-color css
<style>
span { border-color: #93CB9B; }
span { border-color: rgb(147,203,155); }
td.TdClassName
{
border-color: #93CB9B;
}
.TagClassName
{
border-color: #93CB9B;
}
</style>