#92D59C

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

Shades of Chinook #92D59C

Tints of Chinook #92D59C

Color information

#92D59C (or 0x92D59C) is unknown color: approx Chinook. HEX triplet: 92, D5 and 9C. RGB value is (146,213,156). Sum of RGB (Red+Green+Blue) = 146+213+156=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #92D59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D59C is #6D2A63. Grayscale: #BABABA. Windows color (decimal): -7154276 or 10278290. OLE color: 10278290.

HSL color Cylindrical-coordinate representation of color #92D59C: hue angle of 128.96º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92D59C is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB146213156-
CMYK0.3100.270.16
HSL128.96º44.37%70.39%-
HSV(B)128.96º31.46%83.53%-
XYZ41.6556.140.09-
YUV186.47110.899.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.35%
GREEN value IS 213 (83.59% from 255) = 41.36%
BLUE value IS 156 (61.33% from 255) = 30.29%
R=28.35%
G=41.36%
B=30.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1462131560.3100.270.16128.9644.3770.39
Hex92D59C1F01B10812c46
Octal222325234370332020154106
Binary1001001011010101100111001111101101110000100000011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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