Shades of Chinook #92CFA2
Tints of Chinook #92CFA2
RGB
CMYK
RGB Variations
Color information
#92CFA2 (or 0x92CFA2) is known color: Chinook. HEX triplet: 92, CF and A2. RGB value is (146,207,162). Sum of RGB (Red+Green+Blue) = 146+207+162=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 207 - color contains mainly: green. Hex color #92CFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CFA2 is #6D305D. Grayscale: #B7B7B7. Windows color (decimal): -7155806 or 10669970. OLE color: 10669970.
HSL color Cylindrical-coordinate representation of color #92CFA2: hue angle of 135.74º degrees, saturation: 0.39, 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 #92CFA2 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 207 | 162 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.19 |
| HSL | 135.74º | 0.39% | 0.69% | - |
| HSV(B) | 135.74º | 0.29% | 0.81% | - |
| XYZ | 40.69 | 53.35 | 42.33 | - |
| YUV | 183.63 | 115.79 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 207 | 162 | 0.29 | 0 | 0.22 | 0.19 | 135.74 | 0.39 | 0.69 |
| Hex | 92 | CF | A2 | 1D | 0 | 16 | 13 | 88 | 27 | 45 |
| Octal | 222 | 317 | 242 | 35 | 0 | 26 | 23 | 210 | 47 | 105 |
| Binary | 10010010 | 11001111 | 10100010 | 11101 | 0 | 10110 | 10011 | 10001000 | 100111 | 1000101 |
Color Harmonies of #92CFA2
Complementary color
Monochromatic Colors of #92CFA2
Black with #92CFA2
Text Example
Text Example
White with #92CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CFA2; }
p { color: rgb(146,207,162); }
H1.HeaderClassName
{
color: #92CFA2;
}
.AnyTagClassName
{
color: #92CFA2;
}
</style>
background-color css
<style>
a { background-color: #92CFA2; }
a { background-color: rgb(146,207,162); }
div.DivClassName
{
background-color: #92CFA2;
}
.BgClassName
{
background-color: #92CFA2;
}
</style>
border-color css
<style>
span { border-color: #92CFA2; }
span { border-color: rgb(146,207,162); }
td.TdClassName
{
border-color: #92CFA2;
}
.TagClassName
{
border-color: #92CFA2;
}
</style>