#92CAA6

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

Shades of Chinook #92CAA6

Tints of Chinook #92CAA6

Color information

#92CAA6 (or 0x92CAA6) is unknown color: approx Chinook. HEX triplet: 92, CA and A6. RGB value is (146,202,166). Sum of RGB (Red+Green+Blue) = 146+202+166=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #92CAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CAA6 is #6D3559. Grayscale: #B5B5B5. Windows color (decimal): -7157082 or 10930834. OLE color: 10930834.

HSL color Cylindrical-coordinate representation of color #92CAA6: hue angle of 141.43º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92CAA6 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB146202166-
CMYK0.2800.180.21
HSL141.43º34.57%68.24%-
HSV(B)141.43º27.72%79.22%-
XYZ39.8651.1143.84-
YUV181.15119.45102.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.40%
GREEN value IS 202 (79.30% from 255) = 39.30%
BLUE value IS 166 (65.23% from 255) = 32.30%
R=28.40%
G=39.30%
B=32.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1462021660.2800.180.21141.4334.5768.24
Hex92CAA61C012158d2344
Octal222312246340222521543104
Binary1001001011001010101001101110001001010101100011011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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