Shades of Chinook #92CE9A
Tints of Chinook #92CE9A
RGB
CMYK
RGB Variations
Color information
#92CE9A (or 0x92CE9A) is known color: Chinook. HEX triplet: 92, CE and 9A. RGB value is (146,206,154). Sum of RGB (Red+Green+Blue) = 146+206+154=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #92CE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CE9A is #6D3165. Grayscale: #B6B6B6. Windows color (decimal): -7156070 or 10145426. OLE color: 10145426.
HSL color Cylindrical-coordinate representation of color #92CE9A: hue angle of 128º 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 #92CE9A is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 206 | 154 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.19 |
| HSL | 128º | 0.38% | 0.69% | - |
| HSV(B) | 128º | 0.29% | 0.81% | - |
| XYZ | 39.76 | 52.59 | 38.63 | - |
| YUV | 182.13 | 112.12 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 206 | 154 | 0.29 | 0 | 0.25 | 0.19 | 128 | 0.38 | 0.69 |
| Hex | 92 | CE | 9A | 1D | 0 | 19 | 13 | 80 | 26 | 45 |
| Octal | 222 | 316 | 232 | 35 | 0 | 31 | 23 | 200 | 46 | 105 |
| Binary | 10010010 | 11001110 | 10011010 | 11101 | 0 | 11001 | 10011 | 10000000 | 100110 | 1000101 |
Color Harmonies of #92CE9A
Complementary color
Monochromatic Colors of #92CE9A
Black with #92CE9A
Text Example
Text Example
White with #92CE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CE9A; }
p { color: rgb(146,206,154); }
H1.HeaderClassName
{
color: #92CE9A;
}
.AnyTagClassName
{
color: #92CE9A;
}
</style>
background-color css
<style>
a { background-color: #92CE9A; }
a { background-color: rgb(146,206,154); }
div.DivClassName
{
background-color: #92CE9A;
}
.BgClassName
{
background-color: #92CE9A;
}
</style>
border-color css
<style>
span { border-color: #92CE9A; }
span { border-color: rgb(146,206,154); }
td.TdClassName
{
border-color: #92CE9A;
}
.TagClassName
{
border-color: #92CE9A;
}
</style>