Shades of Chinook #92CBA4
Tints of Chinook #92CBA4
RGB
CMYK
RGB Variations
Color information
#92CBA4 (or 0x92CBA4) is known color: Chinook. HEX triplet: 92, CB and A4. RGB value is (146,203,164). Sum of RGB (Red+Green+Blue) = 146+203+164=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 203 - color contains mainly: green. Hex color #92CBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CBA4 is #6D345B. Grayscale: #B5B5B5. Windows color (decimal): -7156828 or 10800018. OLE color: 10800018.
HSL color Cylindrical-coordinate representation of color #92CBA4: hue angle of 138.95º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92CBA4 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 203 | 164 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.20 |
| HSL | 138.95º | 0.35% | 0.68% | - |
| HSV(B) | 138.95º | 0.28% | 0.8% | - |
| XYZ | 39.91 | 51.5 | 42.96 | - |
| YUV | 181.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 203 | 164 | 0.28 | 0 | 0.19 | 0.20 | 138.95 | 0.35 | 0.68 |
| Hex | 92 | CB | A4 | 1C | 0 | 13 | 14 | 8B | 23 | 44 |
| Octal | 222 | 313 | 244 | 34 | 0 | 23 | 24 | 213 | 43 | 104 |
| Binary | 10010010 | 11001011 | 10100100 | 11100 | 0 | 10011 | 10100 | 10001011 | 100011 | 1000100 |
Color Harmonies of #92CBA4
Complementary color
Monochromatic Colors of #92CBA4
Black with #92CBA4
Text Example
Text Example
White with #92CBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CBA4; }
p { color: rgb(146,203,164); }
H1.HeaderClassName
{
color: #92CBA4;
}
.AnyTagClassName
{
color: #92CBA4;
}
</style>
background-color css
<style>
a { background-color: #92CBA4; }
a { background-color: rgb(146,203,164); }
div.DivClassName
{
background-color: #92CBA4;
}
.BgClassName
{
background-color: #92CBA4;
}
</style>
border-color css
<style>
span { border-color: #92CBA4; }
span { border-color: rgb(146,203,164); }
td.TdClassName
{
border-color: #92CBA4;
}
.TagClassName
{
border-color: #92CBA4;
}
</style>