Shades of Chinook #92DB9C
Tints of Chinook #92DB9C
RGB
CMYK
RGB Variations
Color information
#92DB9C (or 0x92DB9C) is known color: Chinook. HEX triplet: 92, DB and 9C. RGB value is (146,219,156). Sum of RGB (Red+Green+Blue) = 146+219+156=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #92DB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DB9C is #6D2463. Grayscale: #BEBEBE. Windows color (decimal): -7152740 or 10279826. OLE color: 10279826.
HSL color Cylindrical-coordinate representation of color #92DB9C: hue angle of 128.22º 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 #92DB9C is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 219 | 156 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.14 |
| HSL | 128.22º | 0.5% | 0.72% | - |
| HSV(B) | 128.22º | 0.33% | 0.86% | - |
| XYZ | 43.19 | 59.17 | 40.6 | - |
| YUV | 189.99 | 108.82 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 219 | 156 | 0.33 | 0 | 0.29 | 0.14 | 128.22 | 0.5 | 0.72 |
| Hex | 92 | DB | 9C | 21 | 0 | 1D | E | 80 | 32 | 48 |
| Octal | 222 | 333 | 234 | 41 | 0 | 35 | 16 | 200 | 62 | 110 |
| Binary | 10010010 | 11011011 | 10011100 | 100001 | 0 | 11101 | 1110 | 10000000 | 110010 | 1001000 |
Color Harmonies of #92DB9C
Complementary color
Monochromatic Colors of #92DB9C
Black with #92DB9C
Text Example
Text Example
White with #92DB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DB9C; }
p { color: rgb(146,219,156); }
H1.HeaderClassName
{
color: #92DB9C;
}
.AnyTagClassName
{
color: #92DB9C;
}
</style>
background-color css
<style>
a { background-color: #92DB9C; }
a { background-color: rgb(146,219,156); }
div.DivClassName
{
background-color: #92DB9C;
}
.BgClassName
{
background-color: #92DB9C;
}
</style>
border-color css
<style>
span { border-color: #92DB9C; }
span { border-color: rgb(146,219,156); }
td.TdClassName
{
border-color: #92DB9C;
}
.TagClassName
{
border-color: #92DB9C;
}
</style>