Shades of Chinook #92DA9B
Tints of Chinook #92DA9B
RGB
CMYK
RGB Variations
Color information
#92DA9B (or 0x92DA9B) is known color: Chinook. HEX triplet: 92, DA and 9B. RGB value is (146,218,155). Sum of RGB (Red+Green+Blue) = 146+218+155=519 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.13% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #92DA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DA9B is #6D2564. Grayscale: #BDBDBD. Windows color (decimal): -7152997 or 10214034. OLE color: 10214034.
HSL color Cylindrical-coordinate representation of color #92DA9B: hue angle of 127.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92DA9B is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 218 | 155 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.15 |
| HSL | 127.5º | 0.49% | 0.71% | - |
| HSV(B) | 127.5º | 0.33% | 0.85% | - |
| XYZ | 42.84 | 58.62 | 40.07 | - |
| YUV | 189.29 | 108.65 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 218 | 155 | 0.33 | 0 | 0.29 | 0.15 | 127.5 | 0.49 | 0.71 |
| Hex | 92 | DA | 9B | 21 | 0 | 1D | F | 80 | 31 | 47 |
| Octal | 222 | 332 | 233 | 41 | 0 | 35 | 17 | 200 | 61 | 107 |
| Binary | 10010010 | 11011010 | 10011011 | 100001 | 0 | 11101 | 1111 | 10000000 | 110001 | 1000111 |
Color Harmonies of #92DA9B
Complementary color
Monochromatic Colors of #92DA9B
Black with #92DA9B
Text Example
Text Example
White with #92DA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DA9B; }
p { color: rgb(146,218,155); }
H1.HeaderClassName
{
color: #92DA9B;
}
.AnyTagClassName
{
color: #92DA9B;
}
</style>
background-color css
<style>
a { background-color: #92DA9B; }
a { background-color: rgb(146,218,155); }
div.DivClassName
{
background-color: #92DA9B;
}
.BgClassName
{
background-color: #92DA9B;
}
</style>
border-color css
<style>
span { border-color: #92DA9B; }
span { border-color: rgb(146,218,155); }
td.TdClassName
{
border-color: #92DA9B;
}
.TagClassName
{
border-color: #92DA9B;
}
</style>