#92D49C

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

Shades of Chinook #92D49C

Tints of Chinook #92D49C

Color information

#92D49C (or 0x92D49C) is unknown color: approx Chinook. HEX triplet: 92, D4 and 9C. RGB value is (146,212,156). Sum of RGB (Red+Green+Blue) = 146+212+156=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 212 - color contains mainly: green. Hex color #92D49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D49C is #6D2B63. Grayscale: #BABABA. Windows color (decimal): -7154532 or 10278034. OLE color: 10278034.

HSL color Cylindrical-coordinate representation of color #92D49C: hue angle of 129.09º 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 #92D49C is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB146212156-
CMYK0.3100.260.17
HSL129.09º43.42%70.2%-
HSV(B)129.09º31.13%83.14%-
XYZ41.455.640-
YUV185.88111.1399.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.40%
GREEN value IS 212 (83.20% from 255) = 41.25%
BLUE value IS 156 (61.33% from 255) = 30.35%
R=28.40%
G=41.25%
B=30.35%

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
Decimal1462121560.3100.260.17129.0943.4270.2
Hex92D49C1F01A11812b46
Octal222324234370322120153106
Binary1001001011010100100111001111101101010001100000011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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