Shades of Chinook #92DB9B
Tints of Chinook #92DB9B
RGB
CMYK
RGB Variations
Color information
#92DB9B (or 0x92DB9B) is known color: Chinook. HEX triplet: 92, DB and 9B. RGB value is (146,219,155). Sum of RGB (Red+Green+Blue) = 146+219+155=520 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.08% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #92DB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DB9B is #6D2464. Grayscale: #BEBEBE. Windows color (decimal): -7152741 or 10214290. OLE color: 10214290.
HSL color Cylindrical-coordinate representation of color #92DB9B: hue angle of 127.4º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92DB9B is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 219 | 155 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.14 |
| HSL | 127.4º | 0.5% | 0.72% | - |
| HSV(B) | 127.4º | 0.33% | 0.86% | - |
| XYZ | 43.1 | 59.14 | 40.15 | - |
| YUV | 189.88 | 108.32 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 219 | 155 | 0.33 | 0 | 0.29 | 0.14 | 127.4 | 0.5 | 0.72 |
| Hex | 92 | DB | 9B | 21 | 0 | 1D | E | 7F | 32 | 48 |
| Octal | 222 | 333 | 233 | 41 | 0 | 35 | 16 | 177 | 62 | 110 |
| Binary | 10010010 | 11011011 | 10011011 | 100001 | 0 | 11101 | 1110 | 1111111 | 110010 | 1001000 |
Color Harmonies of #92DB9B
Complementary color
Monochromatic Colors of #92DB9B
Black with #92DB9B
Text Example
Text Example
White with #92DB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DB9B; }
p { color: rgb(146,219,155); }
H1.HeaderClassName
{
color: #92DB9B;
}
.AnyTagClassName
{
color: #92DB9B;
}
</style>
background-color css
<style>
a { background-color: #92DB9B; }
a { background-color: rgb(146,219,155); }
div.DivClassName
{
background-color: #92DB9B;
}
.BgClassName
{
background-color: #92DB9B;
}
</style>
border-color css
<style>
span { border-color: #92DB9B; }
span { border-color: rgb(146,219,155); }
td.TdClassName
{
border-color: #92DB9B;
}
.TagClassName
{
border-color: #92DB9B;
}
</style>