#92D49D

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

Shades of Chinook #92D49D

Tints of Chinook #92D49D

Color information

#92D49D (or 0x92D49D) is unknown color: approx Chinook. HEX triplet: 92, D4 and 9D. RGB value is (146,212,157). Sum of RGB (Red+Green+Blue) = 146+212+157=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 212 - color contains mainly: green. Hex color #92D49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D49D is #6D2B62. Grayscale: #BABABA. Windows color (decimal): -7154531 or 10343570. OLE color: 10343570.

HSL color Cylindrical-coordinate representation of color #92D49D: hue angle of 130º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92D49D is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB146212157-
CMYK0.3100.260.17
HSL130º43.42%70.2%-
HSV(B)130º31.13%83.14%-
XYZ41.4855.6340.45-
YUV186111.6399.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.35%
GREEN value IS 212 (83.20% from 255) = 41.17%
BLUE value IS 157 (61.72% from 255) = 30.49%
R=28.35%
G=41.17%
B=30.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1462121570.3100.260.1713043.4270.2
Hex92D49D1F01A11822b46
Octal222324235370322120253106
Binary1001001011010100100111011111101101010001100000101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,212,157); }

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

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

 a { background-color: rgb(146,212,157); }

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

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

 span { border-color: rgb(146,212,157); }

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