#92DDA6

Color #92DDA6 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #92DDA6

Tints of Chinook #92DDA6

Color information

#92DDA6 (or 0x92DDA6) is unknown color: approx Chinook. HEX triplet: 92, DD and A6. RGB value is (146,221,166). Sum of RGB (Red+Green+Blue) = 146+221+166=533 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.39% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #92DDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DDA6 is #6D2259. Grayscale: #C0C0C0. Windows color (decimal): -7152218 or 10935698. OLE color: 10935698.

HSL color Cylindrical-coordinate representation of color #92DDA6: hue angle of 136º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92DDA6 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB146221166-
CMYK0.3400.250.13
HSL136º52.45%71.96%-
HSV(B)136º33.94%86.67%-
XYZ44.5960.5845.42-
YUV192.3113.1594.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 27.39%
GREEN value IS 221 (86.72% from 255) = 41.46%
BLUE value IS 166 (65.23% from 255) = 31.14%
R=27.39%
G=41.46%
B=31.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1462211660.3400.250.1313652.4571.96
Hex92DDA622019D883448
Octal222335246420311521064110
Binary1001001011011101101001101000100110011101100010001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92DDA6; }

 p { color: rgb(146,221,166); }

 H1.HeaderClassName
 {
   color: #92DDA6;
 }
 .AnyTagClassName
 {
   color: #92DDA6;
 }
</style>
background-color css

<style>
 a { background-color: #92DDA6; }

 a { background-color: rgb(146,221,166); }

 div.DivClassName
 {
   background-color: #92DDA6;
 }
 .BgClassName
 {
   background-color: #92DDA6;
 }
</style>
border-color css

<style>
 span { border-color: #92DDA6; }

 span { border-color: rgb(146,221,166); }

 td.TdClassName
 {
   border-color: #92DDA6;
 }
 .TagClassName
 {
   border-color: #92DDA6;
 }
</style>