Shades of Chinook #92DFA5
Tints of Chinook #92DFA5
RGB
CMYK
RGB Variations
Color information
#92DFA5 (or 0x92DFA5) is known color: Chinook. HEX triplet: 92, DF and A5. RGB value is (146,223,165). Sum of RGB (Red+Green+Blue) = 146+223+165=534 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.34% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 165 (64.84% from 255 or 30.90% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #92DFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DFA5 is #6D205A. Grayscale: #C1C1C1. Windows color (decimal): -7151707 or 10870674. OLE color: 10870674.
HSL color Cylindrical-coordinate representation of color #92DFA5: hue angle of 134.81º 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 #92DFA5 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 223 | 165 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.13 |
| HSL | 134.81º | 0.55% | 0.72% | - |
| HSV(B) | 134.81º | 0.35% | 0.87% | - |
| XYZ | 45.03 | 61.6 | 45.11 | - |
| YUV | 193.37 | 111.99 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 223 | 165 | 0.35 | 0 | 0.26 | 0.13 | 134.81 | 0.55 | 0.72 |
| Hex | 92 | DF | A5 | 23 | 0 | 1A | D | 87 | 37 | 48 |
| Octal | 222 | 337 | 245 | 43 | 0 | 32 | 15 | 207 | 67 | 110 |
| Binary | 10010010 | 11011111 | 10100101 | 100011 | 0 | 11010 | 1101 | 10000111 | 110111 | 1001000 |
Color Harmonies of #92DFA5
Complementary color
Monochromatic Colors of #92DFA5
Black with #92DFA5
Text Example
Text Example
White with #92DFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DFA5; }
p { color: rgb(146,223,165); }
H1.HeaderClassName
{
color: #92DFA5;
}
.AnyTagClassName
{
color: #92DFA5;
}
</style>
background-color css
<style>
a { background-color: #92DFA5; }
a { background-color: rgb(146,223,165); }
div.DivClassName
{
background-color: #92DFA5;
}
.BgClassName
{
background-color: #92DFA5;
}
</style>
border-color css
<style>
span { border-color: #92DFA5; }
span { border-color: rgb(146,223,165); }
td.TdClassName
{
border-color: #92DFA5;
}
.TagClassName
{
border-color: #92DFA5;
}
</style>