Shades of Chinook #92CE9B
Tints of Chinook #92CE9B
RGB
CMYK
RGB Variations
Color information
#92CE9B (or 0x92CE9B) is known color: Chinook. HEX triplet: 92, CE and 9B. RGB value is (146,206,155). Sum of RGB (Red+Green+Blue) = 146+206+155=507 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.80% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #92CE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CE9B is #6D3164. Grayscale: #B6B6B6. Windows color (decimal): -7156069 or 10210962. OLE color: 10210962.
HSL color Cylindrical-coordinate representation of color #92CE9B: hue angle of 129º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92CE9B is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 206 | 155 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.19 |
| HSL | 129º | 0.38% | 0.69% | - |
| HSV(B) | 129º | 0.29% | 0.81% | - |
| XYZ | 39.84 | 52.62 | 39.07 | - |
| YUV | 182.25 | 112.62 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 206 | 155 | 0.29 | 0 | 0.25 | 0.19 | 129 | 0.38 | 0.69 |
| Hex | 92 | CE | 9B | 1D | 0 | 19 | 13 | 81 | 26 | 45 |
| Octal | 222 | 316 | 233 | 35 | 0 | 31 | 23 | 201 | 46 | 105 |
| Binary | 10010010 | 11001110 | 10011011 | 11101 | 0 | 11001 | 10011 | 10000001 | 100110 | 1000101 |
Color Harmonies of #92CE9B
Complementary color
Monochromatic Colors of #92CE9B
Black with #92CE9B
Text Example
Text Example
White with #92CE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CE9B; }
p { color: rgb(146,206,155); }
H1.HeaderClassName
{
color: #92CE9B;
}
.AnyTagClassName
{
color: #92CE9B;
}
</style>
background-color css
<style>
a { background-color: #92CE9B; }
a { background-color: rgb(146,206,155); }
div.DivClassName
{
background-color: #92CE9B;
}
.BgClassName
{
background-color: #92CE9B;
}
</style>
border-color css
<style>
span { border-color: #92CE9B; }
span { border-color: rgb(146,206,155); }
td.TdClassName
{
border-color: #92CE9B;
}
.TagClassName
{
border-color: #92CE9B;
}
</style>