#92CEA1

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

Shades of Chinook #92CEA1

Tints of Chinook #92CEA1

Color information

#92CEA1 (or 0x92CEA1) is unknown color: approx Chinook. HEX triplet: 92, CE and A1. RGB value is (146,206,161). Sum of RGB (Red+Green+Blue) = 146+206+161=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #92CEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CEA1 is #6D315E. Grayscale: #B7B7B7. Windows color (decimal): -7156063 or 10604178. OLE color: 10604178.

HSL color Cylindrical-coordinate representation of color #92CEA1: hue angle of 135º degrees, saturation: 0.38, 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 #92CEA1 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB146206161-
CMYK0.2900.220.19
HSL135º37.97%69.02%-
HSV(B)135º29.13%80.78%-
XYZ40.3652.8341.79-
YUV182.93115.62101.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.46%
GREEN value IS 206 (80.86% from 255) = 40.16%
BLUE value IS 161 (63.28% from 255) = 31.38%
R=28.46%
G=40.16%
B=31.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1462061610.2900.220.1913537.9769.02
Hex92CEA11D01613872645
Octal222316241350262320746105
Binary1001001011001110101000011110101011010011100001111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,206,161); }

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

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

 a { background-color: rgb(146,206,161); }

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

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

 span { border-color: rgb(146,206,161); }

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