Shades of Chinook #92DF9F
Tints of Chinook #92DF9F
RGB
CMYK
RGB Variations
Color information
#92DF9F (or 0x92DF9F) is known color: Chinook. HEX triplet: 92, DF and 9F. RGB value is (146,223,159). Sum of RGB (Red+Green+Blue) = 146+223+159=528 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.65% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #92DF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DF9F is #6D2060. Grayscale: #C0C0C0. Windows color (decimal): -7151713 or 10477458. OLE color: 10477458.
HSL color Cylindrical-coordinate representation of color #92DF9F: hue angle of 130.13º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92DF9F is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 223 | 159 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.13 |
| HSL | 130.13º | 0.55% | 0.72% | - |
| HSV(B) | 130.13º | 0.35% | 0.87% | - |
| XYZ | 44.5 | 61.39 | 42.3 | - |
| YUV | 192.68 | 108.99 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 223 | 159 | 0.35 | 0 | 0.29 | 0.13 | 130.13 | 0.55 | 0.72 |
| Hex | 92 | DF | 9F | 23 | 0 | 1D | D | 82 | 37 | 48 |
| Octal | 222 | 337 | 237 | 43 | 0 | 35 | 15 | 202 | 67 | 110 |
| Binary | 10010010 | 11011111 | 10011111 | 100011 | 0 | 11101 | 1101 | 10000010 | 110111 | 1001000 |
Color Harmonies of #92DF9F
Complementary color
Monochromatic Colors of #92DF9F
Black with #92DF9F
Text Example
Text Example
White with #92DF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DF9F; }
p { color: rgb(146,223,159); }
H1.HeaderClassName
{
color: #92DF9F;
}
.AnyTagClassName
{
color: #92DF9F;
}
</style>
background-color css
<style>
a { background-color: #92DF9F; }
a { background-color: rgb(146,223,159); }
div.DivClassName
{
background-color: #92DF9F;
}
.BgClassName
{
background-color: #92DF9F;
}
</style>
border-color css
<style>
span { border-color: #92DF9F; }
span { border-color: rgb(146,223,159); }
td.TdClassName
{
border-color: #92DF9F;
}
.TagClassName
{
border-color: #92DF9F;
}
</style>